Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Failed to install .NET Freamework4.5  (Read 2594 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Failed to install .NET Freamework4.5
« on: January 07, 2014, 10:30:35 pm »
while Installing the .NET Framework version we may get the following error:
 
Code: [Select]
Failed to install .NET Freamework 4.5 with error: HRESULT 0xc8000222

To solve this do the following steps:
1. Disable Windows update service with command in command line:
    net stop WuAuServ

2. Go to Run and type in "%windir%" (usually it is C:\Windows), find the folder "SoftwareDistribution" and rename it.

3. Enable Windows update with command:
    net start WuAuServ

4. Install the .NET Framework again.