A certificate chain could not be built to a trusted root authority

前端 未结 6 1058
情深已故
情深已故 2021-01-31 16:28

During the installation of .NET Framework 4.6.2, I got an error:

.NET Framework installation failed: -2146762486. A certificate chain could not be built

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-31 17:13

    I also met the same issue in Win 7 sp1.

    The solution is below:

    1. Download the certificate file from Microsoft: MicrosoftRootCertificateAuthority2011.cer

    If the link invalid someday, you can download from MicrosoftRootCertificateAuthority2011.cer - github.

    1. Double click the .cer file downloaded just now, then install the certificate following below captures:

    Step1


    Step2


    Step3


    Step4

    1. Re-install your .NET Framework 4.6.2 installation package.

    Then the problem will be resolved. May it be helpful for you.

提交回复
热议问题