S
S
Sergey40a2012-06-20 20:51:16
Automation
Sergey40a, 2012-06-20 20:51:16

Error reporting in .NET application?

Tell me how you can automate the sending of extended bug reports in case of an application crash or freeze. It is desirable that the solution could:

  • Send collected logs. In the ideal case, arbitrary data: database records, log files, system Event Logs. In extreme cases, integration with a specific logging system is suitable.
  • Send screenshots at the time of the error
  • Collect and analyze thread state data, detect UI freezes
  • Collect detailed system configuration data (running processes, hardware configuration, etc.) that may be useful
  • Would support sending at least by email and FTP, could work without requiring confirmation from the user
  • Would be highly configurable and require a minimum of manual code (perhaps an additional project module, build or build rewriter)
  • Well, of course, standard information should be included: the actual data about the exception, the call stack, etc.

Free solutions are preferred, but paid ones are also considered.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
neru, 2012-06-21
@neru

We use MS Exception Management from Applications Block at work. Now AP has already been reborn into the Enterprise Library . Little has been written about him and on Habré .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question