r u using x86 or x64 version of your OS
if so u can dl this
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
and dl the correct 1 with ur OS
then once installed follow these steps;
1. Click
Start, click
Run, type
cmd, and then click
OK.
2. Change to the Debugging Tools for Windows folder. To do this, type the following at the command prompt, and then press ENTER:
cd c:\program files\debugging tools for windows
3. To load the dump file into a debugger, type one of the following commands, and then press ENTER:
windbg -y SymbolPath -i ImagePath -z DumpFilePath
kd -y SymbolPath -i ImagePath -z DumpFilePath