Strong name signing with a .pfx file fails
CSXPJC
Posts: 19
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 build the process fails:
Analyzing...
Preparing...
Creating Assembly...
ERROR: You have not entered the correct password for the key file.
I can't see anywhere in the SA project file or the UI to enter the password for my .pfx file.
How can I obfuscate if I've strong named using a .pfx file?
However, when I run the obfuscation build the process fails:
Analyzing...
Preparing...
Creating Assembly...
ERROR: You have not entered the correct password for the key file.
I can't see anywhere in the SA project file or the UI to enter the password for my .pfx file.
How can I obfuscate if I've strong named using a .pfx file?
Comments
There is a dialog to type the password that you should get.
Developer,
Red Gate .NET Tools