最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c++ - MyFile.DLL was not found in the minidump. You need to load the binary in order to find the source for the current stack fr

programmeradmin1浏览0评论

I am working on MFC C++ windows application where I am trying to debug crash dump file using visual studio 19 but showing following error when I run with mixed(native and managed). So I am not able to get culprit code.

MyFile.DLL was not found in the minidump. You need to load the binary in order to find the source for the current stack frame.

Exception is as following. Unhandled exception at 0x8A9E5B50 (MyFile.DLL) in FrameworX.exe.4936.dmp: 0xC0000005: Access violation reading location 0x00000000.

I tried following steps to resolve the issue but without success.

  1. In Visual Studio, go to Tools > Options and navigate to Debugging > Symbols.
  2. Add the path to the folder containing the PDBs for the DLL.
  3. This allows the debugger to map the binary to its corresponding source code.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论