Visual Studio 2019 / Net Framework安装失败,错误0x800b0001,0x800b0003(未知信任提供程序。) [英] Visual Studio 2019 / Net Framework installation fails with error 0x800b0001, 0x800b0003 (Unknown trust provider.)

查看:1008
本文介绍了Visual Studio 2019 / Net Framework安装失败,错误0x800b0001,0x800b0003(未知信任提供程序。)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

包含图片的完整帖子:


https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/net-framework-installation- fail-with-error / ed6a0279-78fa-412f-8772-de3957c89d04?tm = 1556488225953& rtAction = 1556490119131& auth = 1



I我试图在新的Windows 7机器上安装Net framework 4.8,但是当我运行安装文件(在线或离线)时,它会因以下错误而失败:



D:\ a02a9e9bba0a93cf7b\SetupUtility.exe - 文件SetupUtility.exe(D:\ a02a9e9bba0a93cf7b \ SetupUtility.exe)的签名验证失败,错误0x800b0001(未知信任提供商。)



未提供FileHash。无法对SetupUtility.exe执行FileHash验证

文件SetupUtility.exe(D:\ a02a9e9bba0a93cf7b \ SetupUtility.exe),身份验证失败。 (错误= -2146762751)。建议您删除此文件并重新尝试重新设置。



最终结果:安装失败,错误代码为:(0x800B0001),"未知信任提供程序"。 " (经过时间:0 00:00:33)。
$


图片



我试过修复windows更新使用Windows修复软件,以及运行Net时出现的错误< g class =" gr_ gr_27 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace"数据-GR-ID =" 27" ID = QUOT; 27"> frmework< / g取代;
安装程序更改:

图像



此外,当我尝试从Windows更新安装Netframe工作质量汇总时,它失败但出现类似错误但代码不同(0x800b0003)



图像



我尝试运行Windows更新疑难解答,Windows更新准备工具(如此处所述),使用诊断启动安装甚至安全启动。此外,我尝试为< g class =" gr_ gr_28安装证书gr-alert gr_spell gr_inline_cards
gr_run_anim ContextualSpelling ins-del multiReplace"数据-GR-ID =" 28" ID = QUOT; 28"> setupUtility< / g取代;虽然文件属性。没有帮助。



当我尝试通过安装Visual Studio 2019来解决问题时我遇到了所有这些问题,当我尝试运行安装程序时,它给了我证书或签名错误。



图片

解决方案

嗨Amin ,


欢迎来到MSDN论坛。


根据有关VS 2019安装的错误消息,请尝试以下操作:


  1. 清理%temp%文件夹,安装所有挂起的Windows更新,重启PC并暂时禁用antiviru软件和防火墙,以管理员身份运行安装程序
  2. 运行命令:sfc / scannow检查操作系统文件

如果此问题仍然存在,我需要您的帮助来收集安装日志文件。从链接下载collect.exe
https://aka.ms/vscollect
转到%TEMP%找到文件vslogs.zip,上传到
https://onedrive.live.com
并在此处分享链接。



最好的问候,


萨拉


Full post with images:

https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/net-framework-installation-fails-with-error/ed6a0279-78fa-412f-8772-de3957c89d04?tm=1556488225953&rtAction=1556490119131&auth=1

I am trying to install Net framework 4.8 on a new Windows 7 machine, but when I run the installation file (both online or offline ones), it fails with the following error:

D:\a02a9e9bba0a93cf7b\SetupUtility.exe - Signature verification for file SetupUtility.exe (D:\a02a9e9bba0a93cf7b\SetupUtility.exe) failed with error 0x800b0001 (Unknown trust provider.)

No FileHash provided. Cannot perform FileHash verification for SetupUtility.exe
File SetupUtility.exe (D:\a02a9e9bba0a93cf7b\SetupUtility.exe), failed authentication. (Error = -2146762751). It is recommended that you delete this file and retry setup again.

Final Result: Installation failed with error code: (0x800B0001), "Unknown trust provider. " (Elapsed time: 0 00:00:33).

Image

I tried repairing windows update using Windows repair software, and the error I get when running Net <g class="gr_ gr_27 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="27" id="27">frmework</g> installer changed:
Image

Also, when I try to install Netframe work quality roll-up from windows update, it fails with a similar error but different code (0x800b0003)

Image

I tried running Windows update troubleshooter, Windows update readiness tool (As stated here), installing with the diagnostic startup or even safe boot. Also, I tried installing certificates for <g class="gr_ gr_28 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="28" id="28">setupUtility</g> though file properties. None helped.

I faced all of these problems when I tried to solve the issue with installing Visual Studio 2019, which when I try to run the installer, it gives me a certificate or signature error.

Image

解决方案

Hi Amin,

Welcome to the MSDN forum.

According to the error message about the VS 2019 installation, please have a try with the following:

  1. Clean up %temp% folder, install all pending windows updates, restart the PC and temporarily disable antivirus software and firewall, run the installer as administrator
  2. Run the command: sfc /scannow to check the OS system files

If this issue persists, I need your help to collect the installation log files. Download collect.exe from the link https://aka.ms/vscollect and go to %TEMP% find the file vslogs.zip, upload to https://onedrive.live.com and share the link in here.

Best regards,

Sara


这篇关于Visual Studio 2019 / Net Framework安装失败,错误0x800b0001,0x800b0003(未知信任提供程序。)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆