To whom it may concern,
I'm currently trying out the evaluation edition of Spices.Net Obfuscator v.5.8.0.24 and I'm using Visual Studio 2010.
I created a Spices.NET project and have figured out how to add the StrongNameKeyFile and StrongNameKeyFilePassword. This works as I don't get errors associated with the strong name key file anymore.
However, now I'm getting this:
----End of obfuscation C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\SqlBackUp\bin\Release\SQLBackup.exe ------------
SignTool could not be foundFailed to sign the assembly: C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe
Signing of C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe failed
I can't figure out what to do at this point and can't find any help in the forum.
NOTE: I added the path (C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin) to SignTool.exe to SearchPaths in Options, but this didn't help.
NOTE 2: I've ended up confusing myself a bit further. I tried creating a .snk file because the project is using a .pfx file. Not sure what the difference between the two are. I set this by selecting Sign Assembly from the options for the project. Anyway, now I'm getting the following:
----End of obfuscation C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\SqlBackUp\bin\Release\SQLBackup.exe ------------
Failed to sign the assembly: C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe
Signing of C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe failed
NOTE 3: I've make a little more progress, but am still not there yet. If I create a .snk file (no password) in my VS 2010 project and then add this key to my Spices.NET project, everything works when I obfuscate. If I create a .pfx file (same as .snk file, but with a password) in my VS 2010 project and then add the key and password to my Spices.NET project, I get the following (again):
----End of obfuscation C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\SqlBackUp\bin\Release\SQLBackup.exe ------------
SignTool could not be foundFailed to sign the assembly: C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe
Signing of C:\Users\ct\Documents\Visual Studio 2010\Projects\SQLBackup\Spices_output\SQLBackup.exe failed
I feel like I'm close to figuring this out and getting this to work, but I'm still stuck.
Can you help me?
Best regards,
ct