Getting a new computer, so I installed fresh Visual Studio 2010, and checked out source code from SVN. Then I got the following errors:
Cannot import the following key file: X.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_F...Solution:
Importing key file "X.pfx" was canceled
Run this command line:
sn -i X.pfx VS_KEY_F...
No comments:
Post a Comment