- Try 'Configuration Manager' – make sure all project configurations are set to ‘debug mode’ and clean the solution
- Try web config – make sure you have set [debug=’true’] in compilation section.
- Remove the assembly reference and try adding it again.
Tuesday, August 12, 2008
The following module was built either with optimizations enabled or without debug information: Microsoft ASP.NET
Symptom: Solution includes a web project and a class library(may be more). But can not hit any break points in class library as it says ‘no symbols has been loaded’
Subscribe to:
Post Comments (Atom)
Azure Storage Account Types
Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...
-
Why we need asynchronous tasks? Execute a time consuming operations in parallel to the CLR thread which execute the request If you have ...
-
Demo: I was thinking a way to show images before actually uploading them to server. I would say to preview images using javascript. Obv...
3 comments:
I found a wonderful checkbox in the options under tools menu. Open the Debugging node on the tree and go to General. In here there are a number of values. Find the one that has the text "Enable Just My Code (Managed only)" Uncheck it and hit OK. See if that lets you debug into the code.
Thanks Sszelei, Thats quite useful.
Cheers
Post a Comment