Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we are getting below error when trying to run automation build using TFS 2015.

C#
C:\Program Files (x86)\MSBuild\14.0\bin\amd64\Microsoft.Common.CurrentVersion.targets(2884,5): Error MSB3325: Cannot import the following key file: console.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_00000000


What I have tried:

C#
We tried many options like
1. sn -i C:\application\console.pfx VS_KEY_00000000
2. installing .pfx file manually
3. changing password and remapping in VS 2015

But no luck
Posted
Updated 26-Oct-16 0:01am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900