导入密钥文件“filename.pfx”被取消了。
我下载了一个开源项目并尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 VS 2005 中遇到了这个问题,解决方案如下: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/c33d7f75-6893-4793-a407-3aa3d49c098c/
我不熟悉VS 2010,但我认为这是同一个问题,可以用类似的方式解决。
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.