Visual Studio 2008 Pro 不打开 DMP 文件。 可能出什么问题了?
Microsoft 关于 Visual Studio 的文档指出,为了打开转储文件,您需要执行“文件 -> 打开 -> 项目”例程。
然而,由于某种原因,在我的例子中,VS 2008 看不到转储文件 - 文件过滤器中没有转储文件(.dmp;.mdmp)选项。 Dmp 扩展也与 VS 2008 无关。
可能出什么问题了?
操作系统:Windows 7 64位 VS 2008 SP1 专业版。 转储已在 64 位计算机中创建。
PS:我用谷歌搜索了所有网络,但找不到很多关于这个问题的信息。 显然,遇到这种情况的人并不多。
Microsoft documentation on Visual Studio states, that in order to open dump file, you need to do "File -> Open -> Project" routine.
However, for some reason, in my case VS 2008 does not see dump files - there is no Dump files (.dmp; .mdmp) option in the files filter. Dmp extension is not associated with VS 2008 either.
What could be wrong?
OS: Windows 7 64bit
VS 2008 SP1 Professional.
Dump has been created in 64bit machine.
PS: I've googled all web, but was not able to find a lot on the problem. Apparently, not many people encounter it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已解决。
安装 Visual Studio 2008 的 C++ 支持后,我能够打开 .NET 应用程序的转储文件。
Solved.
After installing C++ support for Visual Studio 2008 I was able to open a dump file for .NET application.
您可以使用 64 位 NTSD 工具加载它吗? 命令行是:
如果您无法以这种方式加载它,则它可能以某种方式损坏。
Are you able to load it using the 64bit NTSD tool? Command line is:
If you're not able to load it that way, its probably corrupt in some way.