Hello,
We've recenlty updated from version 6.9 to version 7.0.
In version 6 we used to execute the following command line to generate a new project for each of the assemblies to obfuscate in our output path:
"C:\Program Files\Red Gate\SmartAssembly 6\SmartAssembly.com" /create "..\bin\es\OurAssembly.saproj" /input="C:\source\bin\es\OurAssembly.dll" /assembly="OurAssembly";nameobfuscate:true,controlflowobfuscate:1,dynamicproxy:true,compressencryptresources:false /stringsencoding=true;improved:false,compressencrypt:false,cache:true /preventildasm=true /typemethodobfuscation=3 /fieldobfuscation=2 /output=$self
However, when we try to execute the same command line using version 7 we get the following error:
SmartAssembly v7.0.1.2089
We have tried to create and configure the project from the GUI using the same settings and both project creation and obfuscation are working as expected. Do you know why our settings are not working when we try to create the project from the command line?
We've recenlty updated from version 6.9 to version 7.0.
In version 6 we used to execute the following command line to generate a new project for each of the assemblies to obfuscate in our output path:
However, when we try to execute the same command line using version 7 we get the following error:
We have tried to create and configure the project from the GUI using the same settings and both project creation and obfuscation are working as expected. Do you know why our settings are not working when we try to create the project from the command line?