Activity overview
Latest activity by gordan
OK. I found my problem. I'm using the Developer version on the Win8 machine. The CI server has Professional edition / comments
OK. I found my problem. I'm using the Developer version on the Win8 machine. The CI server has Professional edition
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...