I'm trying to debug a dump file (.DMP) in Visual Studio 2013. I clicked on "Debug with Managed only" action and cannot get pass this error:
Source not available
Source information is missing from the debug information for this module
You can view disassembly in the Disassembly window. To always view disassembly for missing source files, change the setting in the Options dialog.
I have tried:
- Providing a path for the symbols to load (.PDB)
- Enable/Disable Just My Code