Tagged Questions

7
votes
3answers
518 views

Is there a .Net API for Windows Error Reporting

Is there a .Net API for me to integrate Windows Error Reporting into my application? I'm mostly interested in initiating error reports even for non-catastrophic errors occurring in my application and ...
1
vote
1answer
2k views

How to analyse WERInternalMetadata.xml file generated by Windows Crash Reporter?

A .Net 4.0 app keeps crashing for a user, but just for him, I could not reproduce the bug. He attached the WERInternalMetadata.xml file generated by the Windows Crash Reporter. By opening it I found ...