Visual Studio 2008 Pro 不打开 DMP 文件。 可能出什么问题了?

发布于 2024-07-20 17:24:42 字数 324 浏览 6 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分开我的手 2024-07-27 17:24:42

已解决。

安装 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.

笑看君怀她人 2024-07-27 17:24:42

您可以使用 64 位 NTSD 工具加载它吗? 命令行是:

c:\> ntsd /z dumpfile.dmp

如果您无法以这种方式加载它,则它可能以某种方式损坏。

Are you able to load it using the 64bit NTSD tool? Command line is:

c:\> ntsd /z dumpfile.dmp

If you're not able to load it that way, its probably corrupt in some way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文