views:

54

answers:

1

Is there a way to customize the data used in windows error reporting on Windows XP SP3? I have a managed application (CLR2.0) and I'd like to create a custom minidump (containing some additional user information) in case of a unhandled exception. This minidump shall then be sent as part of the WER.

Thanks,
Thomas

A: 

Here is an article on creating minidumps, maybe it helps you: http://www.codeproject.com/KB/debug/postmortemdebug_standalone1.aspx

Konamiman