I tried Smart Assembly and very satisfied with it. It’s error reporting capabilities are great. Dependency integration was also very cool feature. My question is there free alternatives available that works like Smart Assembly?
I tried Eazfuscator.NET and it was great obfuscator but lacks two of my favorites from Smart Assembly. Is there any free tools available for error reporting and dependency integration for .Net framework.
While reading the documents of Eazfuscator.NET i found that it includes two features called Assembly Merging and Assembly Embedding. For the sake of error reporting i created my own library. You can find this library at CodePlex CrashReporter.NET
Anyone can use assembly merging or embedding by following below instructions
Assemblies Embedding Instructions