Unable to debug client code
i have ria services project functions correctly, have web project , client project linked , web project startup. run f5
the web project has silverlight debugging enabled.
however when set breakpoints in client code never hit (symbols not loaded)
is there else needs setup enable client debugging?
thanks
rob
usually, debugging right of bat, when install .net ria services. breakpoints not hit usually means wrong installed bits. provide more information:
- which version of .net ria services (most our mix release) , silverlight have on machine?
- do breakpoints work in places (mainpage.xaml.cs) , not others (shared code)?
- can set breakpoints if create new project?
- does debugger.break() work if run in debug mode?
- usual checklist (most true): have asp.net , silverlight debugging enabled in server project (project properties-->web)? have <compilation debug="true"> in web.config? building in debug mode?
Silverlight > WCF RIA Services with Silverlight
Comments
Post a Comment