Question : How to read a DMP file?

How do I read the blue sreen file. IS it a dmp file?

Answer : How to read a DMP file?

You need to download the debugging tools for windows  (http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx) and open it in WinDbg

There you can issue an analysis

!analyze -v

And hopefully it will point you in the right direction

You need to runs this in administrator mode on Vista
Random Solutions  
 
programming4us programming4us