Posts
Sort by recent activity
SA Licensed version gives that app is build with Evaluation
I'm using SA 6.7 on Win8 machine with VS2012. On a post build event I run SA "C:\Program Files\Red Gate\SmartAssembly 6\SmartAssembly.com" to build my project.
The obfuscation is OK but when I run ...
System.InvalidProgramException
Hello,
I have used the SA version 6.0 for a while and now I have installed the latest version. After I have obfuscate my code code I start seeing very strange exception.
EDITED:
After obfuscation t...
Send additional data in reported execption
I’m using SmartAssembly custom error reporting feature to report exceptions to my server. I’m having the following code snippet:catch(Exception ex)
{
ex...