For Android there exists an open source library called ACRA which allows you to automatically report application crashs and (optionally logs) to a Google Document Spreadsheet or custom submit service URL.

Is there any similar library for C# .NET ? An open source is preferred.

link|improve this question

73% accept rate
1  
There are plenty of suggestions here and here – Roy Goode Feb 11 at 12:03
feedback

1 Answer

up vote 3 down vote accepted
+50

Does NBug meet your needs? According to the site, crash reports can be submitted to anywhere you can POST, as well as a variety of other endpoints.

link|improve this answer
looks like you got it :) thanks @cyphr – Marek Sebera Feb 11 at 22:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.