When I try to execute my workflow in BuildMaster, it throws me the following errors. There is a PFX certificate issue when I run the same solution in Visual Studio, it is working fine without any issue. It is an existing application protected with PFX certificates and passwords.
Can you please help me in fixing?
Error: C: \ Windows \ Microsoft.NET \ Framework 64 \ v4.0.30319 \ Microsoft.Common.targets (2482,5): Error MSB3326: Can not import the following key file: . Important To verify that the file can be password protected, try importing the certificate again or importing the certificate manually into the current user's personal certificate store. Server: C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ Microsoft.Common.targets (2482,5): Error MSB3321: The key file "ppmillinous.pfx" was canceled. Information: Complete construction project "wa5invqz.tmp_proj" - failed. Info: Complete construction project "POWERPitch.csproj" - FILED INFORMATION: COMPLETE CONSTRUCTION PROJECT "POWERPitch.sln" - FAILED.ERROR: Build Fail (returned msbild1).
I suggest doing the following:
1 ) Create a PFX file that is password protected
2) Either the password is re-imported protected import or import password has been preserved in the existing user's personal certificate store.
Note that if the PFX file you are using is already protected with a password, you can skip the first step.
Comments
Post a Comment