Skip to content

Instantly share code, notes, and snippets.

@tritao
Created May 3, 2014 22:44
Show Gist options
  • Save tritao/8ff89dd1904e051616b0 to your computer and use it in GitHub Desktop.
Save tritao/8ff89dd1904e051616b0 to your computer and use it in GitHub Desktop.
SharpCompress VS2012 error
1>------ Build started: Project: SharpCompress, Configuration: Debug Any CPU ------
2>------ Build started: Project: SharpCompress.PortableTest, Configuration: Debug Any CPU ------
3>------ Build started: Project: SharpCompress.Portable, Configuration: Debug Any CPU ------
4>------ Build started: Project: SharpCompress.NET2, Configuration: Debug Any CPU ------
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: SharpCompress.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_BBC50E367AC04F61
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "SharpCompress.pfx" was canceled.
4>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "LinqBridge". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
4>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: SharpCompress.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_BBC50E367AC04F61
4>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "SharpCompress.pfx" was canceled.
5>------ Build started: Project: SharpCompress.Test, Configuration: Debug Any CPU ------
2>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: SharpCompress.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_BBC50E367AC04F61
2>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "SharpCompress.pfx" was canceled.
3>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: SharpCompress.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_BBC50E367AC04F61
3>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "SharpCompress.pfx" was canceled.
6>------ Build started: Project: SharpCompress.Test.Portable, Configuration: Debug Any CPU ------
5>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: ..\SharpCompress\SharpCompress.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_BBC50E367AC04F61
5>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "..\SharpCompress\SharpCompress.pfx" was canceled.
6>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3325: Cannot import the following key file: ..\SharpCompress\SharpCompress.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_BBC50E367AC04F61
6>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2482,5): error MSB3321: Importing key file "..\SharpCompress\SharpCompress.pfx" was canceled.
========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment