Activity overview
Latest activity by Soyin
YurySG wrote:
With help of a very helpful lady from the support we have been able to find the cause of the problem. SA is very sensitive to the version of reference assemblies that are used during obfuscation and when you run your application.
Basically what was happening is that during obfuscation version 9.0.XXX of a reference assembly was used. But the installation of the application contained version 9.0.YYY of reference assemblies. Apparently that's what was causing crashes.
Can you share the solution with the rest of us?
We are having this issue as well. In my case, the application is being built with with the .net 4.0 reference assemblies and works as expected when it's not obfuscated. After running it through obfuscation, it no longer runs and gives an error about a missing type which was added in .net 4.5. Is there a way to tell SmartAssembly to use the dlls from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0?
Thanks! / comments
YurySG wrote:
With help of a very helpful lady from the support we have been able to find the cause of the problem. SA is very sensitive to the version of reference assemblies that are used duri...