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.
|
|
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. :) |
||
|
|
|
|
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. |
||
|
|
|
|
There is a commercial alternative called {smartassembly} that does error reporting. |
||
|
|
