How to read .dmp files?

Solution
Ya can send em here:

http://www.sevenforums.com/tutorials/179397-dump-files-upload-sevenforums.html

or....

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/how-do-i-read-dmp-files-unable-to-get-dumpcheckexe/63012449-ed07-47e5-a44a-928b648d11f0

try this
http://www.nirsoft.net/utils/blue_screen_view.html

However, you may find using WinDbg of the Debugging Tools for Windows gives you more complete information.

You can download the Debugging Tools for Windows from the following link:

http://www.microsoft.com/whdc/devtools/debugging/default.mspx

There is a tutorial in the following link on setting up WinDbg, such as setting the symbol path and utilizing the !analyze -v command...