Posts
Sort by recent activity
.NET framework targeting
We have a build server with .NET 4.6.1 installed on which we build a .NET 4.6.1 targeted application (server 'A'). We also have a build server on which is installed .NET 4.6.2 where we build a .NET...
'Generate debugging information' breaks file header
I have a .NET 3.5 assembly that I am obfuscating with SA 6.8. If I enable the "generate debugging information" feature the header of the resulting assembly is invalid.
After obfuscation the header ...
Strong name signing with a .pfx file fails
I've signed my assemblies with a strong name using a .pfx file. I have pointed my SA project to the pfx file and enabled the option to re-sign after obfuscation.
However, when I run the obfuscation...
Symbol server for obfuscated applications
I am in the process of setting up a symbol and source server for my project. Setting these up is pretty straight forward, but I'm unclear whether obfuscation will impact the use of this facility.
M...
Logging
Does SmartAssembly generate any logging information? I am unable to find a log file, or see anything in the Windows eventlog.
I am trying to diagnose a problem whereby some projects don't write the...