在安装 VS2015的过程中,有时会出现下面的问题:
在安装过程中,会陆陆续续提醒这些安装程序找不到,SqlDom_amd64 - TSqlLanguageService - CT/AzureMobileServicesSdkV2.0
- Win10_UniversalCRTSDK - Headers Libraries and sources - WcfDataServices - Win81_SDK - SQLSysClrTypes - SQLSysClrTypes_amd64 - SharedManagementObjects_x86
- SharedManagementObjects_amd64。
以下是解决方法:
- Open certification manager (Win+R -> certmgr.msc)
- Go to "Trusted Root Certification Authorities" -> "Certificates"
- Check for:
- "Microsoft Root Certificate Authority"
- "Microsoft Root Certificate Authority 2010"
- "Microsoft Root Certificate Authority 2011".
- You most likely don't have all of them from some reason.
On other PC that is connected to the internet and receiving Microsoft updates:
- Check again for these certificates, you most likely see them.
- Export them to SST file.
- Import the SST file (that contain the 3 certificates) in the first PC.
Install again, now it will work :-)
I believe that this will also fix some Visual Studio 2013 SDKDDKVer.h and related errors.
win+ r ,输入 certmgr.msc,在受信任的根证书颁发机构里面看是不是少这么几项
"Microsoft Root Certificate Authority" "Microsoft Root Certificate Authority 2010" "Microsoft Root Certificate Authority 2011".
如果没有,从有的机器上导出来,导成.export文件,即SST格式。
拷贝到要安装VS2015的机器上,win+ r ,输入 certmgr.msc,在受信任的根证书颁发机构里导入这个文件,就好了。
导入的方法为,选中“证书”---右键“所有任务”---“导入”,后面的就不说了
本文由VS软件圈(vssoft.net)发布,不代表VS软件圈立场,转载联系作者并注明出处:https://vssoft.net/vsazwt/VS2015anzhuangwenti/2020/0725/4427.html