I'm building application using WCF RIA services and silverlight running on azure dev fabric. I have a solution with silverlight client projects, a Web client project and WCF projects. I placed breakpoints in silverlight project and WCF project (in app.xaml.cs) so I can step thru the code on both side. I break in my WCF code but I can’t jump in the silverlight code. When I looked at the silverlight breakpoint while debugging, the red dot displays an exclamation mark and this message: "The breakpoint will not currently be hit".
I’ve done several things to solve this:
- Made sure that the ClientBin folder contains the correct .xap file.
The folder contains the correct xap. - Checked the solution if it was in release mode, but apparently I was in Debug mode
- Checked if silverlight debugging is enabled in web site, yes it was enabled. I’m able to debug the silverlight running on separate instance (not in azure).
- Deleted bin/debug and or bin/obj folder but still no good
- Deleted the ClientBin folder on silverlight's web role end point
- Deleted the source codes and then retrieve them again from source
control to check if there’s change in source control, still no good. Apparently the solution in other developer’s workstation works fine, I’m the only one having this problem. - Reset the iis using iisreset, still nothing good happened
- Cleared the browser's cache (I’m using IE9), nothing good happened.
Anyone ever met this situation? Any answer other than re-installing would be appreciated.