When debugging in Visual Studio 2008, I get the error message "Source code is not available for current location", but it does not offer me to search for source code. If I click "Show Disasembly" and then right-click to select "Go to source code", I get the error message "Source code does not appear.
How to download source code in debug mode?
Edit: I have the source code (this is just another class that is not part of this solution) and compiled in debug mode.
source
share