On application crashes, we are looking into the best way to collect user/environment and crash information so we can have it emailed to us.
Are there any libraries (open-source or commercial) which do this well?
Our application is a desktop application written in c# .Net with swigged c++ code.
Thanks,
Liron
Many obfuscation tools include error reporting, which includes this type of diagnostic functionality. For example:
SmartAssembly includes the ability to have Automated Error Reporting.
This is also included in the latest versions of Dotfuscator.