visual-studio 再次发布错误,错误:0x80880253
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1250777/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Publish error again, error: 0x80880253
提问by Malcolm
I recently repaired Visual Studio 2005 after getting a publish error.
我最近在收到发布错误后修复了 Visual Studio 2005。
Now I get the following error. How do I fix it?
现在我收到以下错误。我如何解决它?
Error 2 SignTool reported an error 'Failed to sign bin\Release\TBRHelp.publish\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253
The signer's certificate is not valid for signing.
SignTool Error: An error occurred while attempting to sign: bin\Release\TBRHelp.publish\setup.exe
错误 2 SignTool 报告错误“无法签署 bin\Release\TBRHelp.publish\setup.exe。SignTool 错误:ISignedCode::Sign 返回错误:0x80880253
签名者的证书对于签名无效。
SignTool 错误:尝试签名时出错:bin\Release\TBRHelp.publish\setup.exe
回答by JK.
I had this exact same problem last week. To solve this problem in Visual Studio 2008, I did the following:
上周我遇到了完全相同的问题。为了在 Visual Studio 2008 中解决这个问题,我做了以下事情:
I right clicked on the project and selected Properties.
Then I clicked on tag Signing.
Then I checked the checkbox next to Sign the ClickOnce manifests.
Then I pressed the button Create Test Certificate...and followed the process.
我右键单击该项目并选择Properties。
然后我点击了标签Signing。
然后我选中了Sign the ClickOnce manifests旁边的复选框。
然后我按下按钮创建测试证书...并遵循该过程。
This worked for me, I hope it works for you.
这对我有用,我希望它对你有用。
回答by fernand
I am using Visual Studio 2008. When clicked on Signer les manifestes ClickOnce, I saw: Date d'expiration on 16/03/2014. Today's is 25/03/2014.
我正在使用 Visual Studio 2008。当单击 Signer les manifestes ClickOnce 时,我看到: Date d'expiration on 16/03/2014. Today's is 25/03/2014.
I didn't create a new certificate, but clicked on "A partir du magasin"and followed instructions.
I arrived to a certificate with expiration date at 02/06/2014,from Toshiba... (The name of my computer). I imported it and my date date of the 'expiration change from 16/03/2014to 02/06/2014.
我没有创建新证书,而是单击“A partir du magasin”并按照说明进行操作。我02/06/2014,从东芝收到了一个有效期为 的证书......(我的电脑名称)。我导入了它和我的“到期日期从16/03/2014到02/06/2014.
How can I have an automatic updated certificate date?
如何获得自动更新的证书日期?

