When debugging in Visual Studio 2008 I get the error "There is no source code available for the current location" but it does not prompt me to browse for source code. If I click "Show Disasembly" and then right click to select "Go to source code" I get the error "The source code cannot be displayed.
How do I load the source code while in debug mode?
Edit: I have the source code (it is just another class which is not part of this solution) and it is compiled in debug mode.