How to find crashdumps in Windows VistaWindows Vista uploads the crash logs to Microsoft but does not save a local copy. You need to enable this option running a file contained in
Windows Error Reporting.zipYou need to uncompress Windows Error Reporting.zip and then run Windows Error Reporting.reg
NOTE: in some cases you will only see the name Windows Error Reporting without the .zip or .reg part . You can right click and coose Properties to confirm the filetype.
When an application crashes you can find the required crash informations in
%LOCALAPPDATA%\Microsoft\Windows\WER\ReportQueueJust paste that bolded text in explorer and hit go

Be sure to include the following files in a compressed zip file:
WERxxxx.tmp.mdmpThis is the most important file. It contains the crash dump that can be opened inside Visual Studio or other Windows debuggers.
WERxxxx.tmp.version.txtContains the operating system version and other hardware information.
WERxxxx.tmp.appcompat.txtLists all of the DLLs loaded at the time of the crash with their version information.