Page loaded...but debug symbols not loaded? Need help ASAP please!
-
I'm trying to debug one of my Silverlight 3 applications. I go into debug mode and launch the page, but my breakpoints say they will never be hit because no symbols have been loaded. This just started! Has anyone seen this and how do I fix it??? My project is in debug mode, debugging is turned on, it is attached to the local test environment. Everything checks out except for the fact that I cannot stop my code and it appears nothing is executing correctly. (expected web service not getting called which I am able to properly place in debug mode) Help!
-
I'm trying to debug one of my Silverlight 3 applications. I go into debug mode and launch the page, but my breakpoints say they will never be hit because no symbols have been loaded. This just started! Has anyone seen this and how do I fix it??? My project is in debug mode, debugging is turned on, it is attached to the local test environment. Everything checks out except for the fact that I cannot stop my code and it appears nothing is executing correctly. (expected web service not getting called which I am able to properly place in debug mode) Help!
I've always just needed to kill the app, flush the browser cache to force reloading a new XAP, and run it again.
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I've always just needed to kill the app, flush the browser cache to force reloading a new XAP, and run it again.
Mark Salsbery Microsoft MVP - Visual C++ :java:
Hi Mark, I flushed my cache (I think...you know how they changed everything around in Windows 7) I searched and deleted all of my xap files, and I still get the 'symbols not loaded' message after loading the page object!! Any other suggestions? Thanks, Michael
-
I'm trying to debug one of my Silverlight 3 applications. I go into debug mode and launch the page, but my breakpoints say they will never be hit because no symbols have been loaded. This just started! Has anyone seen this and how do I fix it??? My project is in debug mode, debugging is turned on, it is attached to the local test environment. Everything checks out except for the fact that I cannot stop my code and it appears nothing is executing correctly. (expected web service not getting called which I am able to properly place in debug mode) Help!
-
Go to the properties of your web project, select web on the left and then scroll down to the end of the page. Make sure that the ASP.Net and Silverlight Debuggers are checked.
Vote if it helps, Eh !
It seems that when I refreshed my project from SVN, it did not save the debug settings. It reset my debug switches, which I was not expecting. Thanks to you and Mark....I'm back in debug state!!!
-
It seems that when I refreshed my project from SVN, it did not save the debug settings. It reset my debug switches, which I was not expecting. Thanks to you and Mark....I'm back in debug state!!!