“指定的提供者类型无效”在 VS2008 中签署 clickonce 清单时
我有一个由我们的 Intranet 上的 CA 颁发的证书(它是一个 V3 sha1 pfx 文件)。
当我在 clickonce (vsto addin) 项目的签名部分使用它时,我收到错误:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v9.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Office2007.targets(250,9): error MSB3482: An error occurred while signing: Invalid provider type specified.
有谁知道这里发生了什么?
谢谢!
I have a certificate issued by a CA on our intranet (it's a V3 sha1 pfx file).
When I use this in the signing part of my clickonce (vsto addin) project, I get the error:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v9.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Office2007.targets(250,9): error MSB3482: An error occurred while signing: Invalid provider type specified.
Does anyone know what's going on here?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来 Windows 2008 CA 颁发的 V3 证书对于我简陋的 .Net 2.0 VS2008 安装来说太高级了...我的解决方案是让 CA 颁发 Windows 2003 兼容版本的证书,然后嘿-急,我可以用它来签署我可爱的原始代码!
It seems that the V3 certificate issued by out Windows 2008 CA was too advanced for my humble .Net 2.0 VS2008 installation... the solution for me was to get out CA to issue a Windows 2003 compatible version of the certificate, and hey-presto, I can use it to sign my lovely cruddy code!