Error-reporting framework for .net

martin picture martin · Dec 15, 2009 · Viewed 8.4k times · Source

is there an error-reporting-framework you would suggest for use in .net. I need possibilities like e-mail-reporting with fileappending to e-mail. The user should have the possibility to add information to the report and also should have the possibility to remove report-files, i.e. if they contains privacy-critical data. There also should be a possibility of taking an automated screenshot. The needed framework should also include error-reporting guis. It should give me the possibility to create own guis for error-reporting.

I already use log4net, but there it isn't possible, as far as i know, to show a gui for error-reporting to the user.

Would be nice if there are any advices,

Greetings, Martin

Answer

Daniel Elliott picture Daniel Elliott · Dec 15, 2009

Have you tried Elmah? It does all the error handling elements you are talking of. You might look at Trac for the bug-tacking bits you want.

Kindness,

Dan