Activity overview
Latest activity by harabin.tomas
In version 6.2 is obfuscation performed, but there are some other problems. Obfuscated assembly does not work on computer with .NET 4.0 (unobfuscated versio is working correctly), because is trying to find System.Windows.Input.ICommand in System.dll. On .NET4.0 is located in PresentationCore.dll.
So, it is possible to expect new version of SmartAssembly without these problems? / comments
In version 6.2 is obfuscation performed, but there are some other problems. Obfuscated assembly does not work on computer with .NET 4.0 (unobfuscated versio is working correctly), because is trying...
Hi Jessica,
thanks for your post, with version 6.2 is everything OK, obfuscation is successfully performed.
Info to your question:
- I need to obfuscate Word and Outlook addin written in VB.NET (same error has occured)
- I tried it on 2 computers and on clean installation of Windows 7 x64
- Same result I get if I try to obfuscate even blank addin created from template in VS2013 and in VS2010 / comments
Hi Jessica,
thanks for your post, with version 6.2 is everything OK, obfuscation is successfully performed.
Info to your question:
- I need to obfuscate Word and Outlook addin written in VB.NET (sa...
I have used MandatoryPath attribute and error still exists. MandatoryPath is the same as path in References in project settings in Visual Studio.
Is there some other reason for this error message?
This assembly is not in GAC. / comments
I have used MandatoryPath attribute and error still exists. MandatoryPath is the same as path in References in project settings in Visual Studio.
Is there some other reason for this error message?
...
Obfuscation of word addin
Hello,
i have problem with obfuscation (even empty, created from vs template) of word add-in. On all of my computers building in smartassembly has error:
SmartAssembly has encountered an invalid sy...