vb.net 错误:时间戳签名和/或证书无法验证或格式错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22433686/
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
error: the timestamp signature and/or certificate could not be verified or is malformed
提问by Mutondo.S
I installed Microsoft Visual Studio 2013 a while back then uninstalled it because I needed space and a few months later when I tried to reinstall I got this error for SQL database tools and the other SQL packages that come with Visual Studio 2013, error is "the timestamp signature and/or certificate could not be verified or is malformed".
我不久前安装了 Microsoft Visual Studio 2013 然后卸载了它,因为我需要空间,几个月后当我尝试重新安装时,我遇到了 SQL 数据库工具和 Visual Studio 2013 附带的其他 SQL 包的错误,错误是“ the timestamp signature and/or certificate could not be verified or is malformed” .
采纳答案by Mutondo.S
i finally found a solution to my problem. The error is caused be an SHA256 ceritificate thats in the build and the certificate expires on 10/6/2013 therefore when installing Visual Studio 2013 in present day it presents that error. The work around i used was to set the clock on my laptop before that date and then install Visual studio 2013 and the workaround was successful. Credit does not go to me, i only obtain this information from the following web page:
我终于找到了解决我的问题的方法。该错误是由构建中的 SHA256 证书引起的,并且证书于 2013 年 10 月 6 日到期,因此在当今安装 Visual Studio 2013 时会出现该错误。我使用的解决方法是在该日期之前在我的笔记本电脑上设置时钟,然后安装 Visual Studio 2013 并且解决方法成功。信用不属于我,我仅从以下网页获取此信息:
credit goes to Jill McClenahan the individual that posted the solution. Forgive me explaination i am a newbie.
归功于发布解决方案的个人 Jill McClenahan。请原谅我的解释,我是新手。

