- 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.
2 days ago
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