Question

Is there anything like ELMAH for Windows Forms?

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top