Still having trouble signing assemblies in VS2005 Beta 2
First some info:
I have a solution with (3) projects [2 of which are .dll's]
I am using ClickOnce to deploy the program over the Internet.
Security Settings are set to full trust.
The program manifest is successfully signed with a valid authenticode certificate.
Ok, back to the issue:
I have tried to sign the assemblies by browsing to the .pfx file that, which is the same one that I use to sign the manifest, under 'Signing' of the respective assembly's property page.The problem is everytime I try to set the .pfx certificate for signing it prompts me for the password to verify, I type the correct password and click OK, and then dies with the following message "Cannot find the certificate and private key for decryption".
FYI: I have copied mycert.spc and the mykey.pvk files to the main directoy located one level under where the solution is stored.
Do all the files need to have the same name?
Why is it saying that it can not find the certificate and private key?
Has anyone successfully signed an assembly with an authenticode certificate?
Any help, suggestions, and/or advice would be greatly appreciated. ;)

