Thursday, December 07, 2006

* Visual Studio 2005 : Debugging Issue

We have a web application where we dynamically load assemblies from our HTTPHandler.

Immediately after moving to VS 2005 we found that we are not able to debug our assemblies as we were getting error :

"Could not load symbols" . The solution for this we found was :

In VS 2005 go to Tools -> Options -> Debugging -> General .

Uncheck 'Enable Just My code'

This will load the symbols of assemblies which are dynamically loaded also. 

No comments:

Post a Comment