Crash Reporting
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, I've developed a C# desktop application. I'd like to add some crash reporting features to it. The next time an unhandled exception occurs, I'd like the application to generate a minidump, which it mails me, which I can use to debug the application. Is there and free library avaialble online. I tried Googling but couldn't find anything. All i found was one for VC7 on CodeProject. Thanks in advance guys! Cheerios!