Is there anything like elmah for Winforms? I'm looking for a standard way to process unhandled exceptions and grab a screenshot and other environment information before packaging that up for support.
+4
A:
The very same Jeff Atwood coded a nice solution (albeit in VB.NET) which I had to modify and "fix" but that I am happily using since then.
You can view his solution Here
Enjoy. :)
Martín Marconcini
2008-09-15 20:44:52
+2
A:
There is a nice User Friendly Exception Handling made by Jeff Atwood in 2004. I used it for several of our internal applications and it worked well.
Pascal Paradis
2008-09-15 20:47:33
+1
A:
There is a commercial alternative called {smartassembly} that does error reporting.
Manga Lee
2009-09-01 04:48:01