MiniDumpWriteDump (C#) produces zero length dump files for specific process

北慕城南 提交于 2019-12-02 07:58:56

Ok.. found the solution for that..

The external process project was build for "AnyCPU" platform (and as it doesn't execute only-64 bit commands, it was running for 32-bit). Setting it to x64 made it possible to dump another 64 bit process.

And I would recommend to anyone who encounter this issue, to create separated projects, one for 32 bit and one for 64 bit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!