How to Load MiniDump

  • Thread starter Thread starter Mr. Programmer
  • Start date Start date
M

Mr. Programmer

I opened the minidump file. I right-click on the solution and choose
Debug/Start new Instance and it says that "myProgram.exe does not contain
debugging information (No matching binary found). Click OK to debug
anyway". If I click OK then it tells me the exception (unhandled exception)
and virtually no useful information about where or why it crashed.

So, what am I doing wrong? I don't think it's finding my source code.

Thanks.
 
Back
Top