导入密钥文件“filename.pfx”被取消了。

发布于 2024-11-30 16:30:21 字数 147 浏览 2 评论 0原文

我下载了一个开源项目并尝试在 VS 2010 中打开它。它包含 .pfx 文件,该文件在构建项目时给我带来了上述错误。

我尝试使用 sn -i VS_KEY_GHSTGEDY8755075 对其进行签名,但它要求我输入密码。

我该如何修复这个错误?

I downloaded a open source project and was trying to open it in VS 2010. It contained the .pfx file which gives me the above mentioned error while building the project.

I tried signing it using sn -i VS_KEY_GHSTGEDY8755075 but it asks me for the password.

How can I fix this error ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软糯酥胸 2024-12-07 16:30:21

我在 VS 2005 中遇到了这个问题,解决方案如下: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/c33d7f75-6893-4793-a407-3aa3d49c098c/

我不熟悉VS 2010,但我认为这是同一个问题,可以用类似的方式解决。

打开项目属性->签名

取消选中以下选项:

  1. 签署 clickonce 清单

  2. 签署集会

保存项目并尝试构建解决方案。

I experienced this issue in VS 2005 and the solution was as stated here: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/c33d7f75-6893-4793-a407-3aa3d49c098c/

I am not familiar with VS 2010, but I imagine that this is the same issue and can be solved in similar fashion.

Open the project properties -> signing

Uncheck the following options:

  1. Sign the clickonce manifests

  2. Sign the assembly

Save the project and try building the solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文