Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to SmartAssembly for exception handling and reporting?

I was happy with the SmartAssembly solution for exception handling, but I reported an issue on Red Gate forum and is not being solved yet.

What alternatives exists to SA? I mean with similar features (hosting your reports, sending you e-malis, etc)?

like image 766
Hernán Avatar asked Jan 30 '11 17:01

Hernán


2 Answers

SmartAssembly has two main features - obfuscation and error reporting.

If you are using obfuscation, there are several free and commercial alternatives. The list linked to by TrueWill shows a good selection.

For exception handling, the only similar thing that comes to mind is Exceptioneer. A benefit it has over SmartAssembly is that there is a free version available in addition to a paid-for version.

like image 163
adrianbanks Avatar answered Oct 05 '22 23:10

adrianbanks


Disclaimer: I work for PreEmptive Soltutions, the makers of Dotfuscator and Runtime Intelligence.

Dotfuscator also has the ability to report on exceptions within your application. In addition, with Runtime Intelligence you can inject additional code into your applications so that you can also gather data on how users are using your application and which features they use (and don't use).

Dotfuscator is also a very powerful obfuscator and can even obfuscate XAML and BAML in your WPF, SilverLight and WP7 applications.

You can get a free evaluation from the PreEmptive website.

like image 31
Joe Kuemerle Avatar answered Oct 06 '22 01:10

Joe Kuemerle