If you are getting the infamous error:
Cannot import the following key file: <FileName>.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_<A Key>
You can solve it easily by:
Clicking properties in the project that contains the file that is causing the issue.
Then going to "Signing" and select again the file. You will be prompted for the password.
Enter the password and you are done.
No comments:
Post a Comment