Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exception report component for VisualStudio C++ and C#

I'm using madExcept component in Delphi to catch unmanaged exception and create a full report with email capability.
What component (paid or free) with same features exist for C++ and C# compatible with Visual Studio.

Mandatory features:

  • Full report creation
  • email capability
  • Minor customization
  • None to minor source code modification
like image 296
TridenT Avatar asked Dec 17 '22 07:12

TridenT


1 Answers

You can use (commercial) SmartAssembly - it has several features (obfuscation, dependency merging...) and comes with a similar capability regarding error/exception reporting with eMail/SOAP etc.

You can use any feature without activating the other features (no source code modification necessary although it comes with an SDK for customization if need be)... BUT it works only with .NET - so if you are not using C++/CLI then this tool only covers the C# part of your question...

(not affiliated just a happy customer)

like image 190
Yahia Avatar answered Dec 31 '22 02:12

Yahia