vote up 0 vote down star
1

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.

flag

73% accept rate
Did you install a FULL version of Visual Studio Professional? What happens if you force open the dmp file? – Shay Erlichmen May 16 at 19:48
I did install a Pro version, but apparently *.dmp support was linked to the "C++" support, which I don't use at all. After adding all the C++ options, DMP support has magically shown up. – Rinat Abdullin May 16 at 19:53
I did install a Pro version, but apparently *.dmp support was linked to the "C++" support, which I don't use at all. After adding all the C++ options, DMP support has magically shown up. – Rinat Abdullin May 16 at 19:55

2 Answers

vote up 0 vote down

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.

link|flag
vote up 1 vote down check

Solved.

After installing C++ support for Visual Studio 2008 I was able to open a dump file for .NET application.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.