Jump to content

So my friend just reinstalled windows 7 on his computer. He's having issues downloading the Microsoft .NET framework 3.5.1 update from windows.  He asking for help fixing the issue and I can't really help him.  If anyone has any idea what's wrong, let me know. The details of the error are attached.

post-7397-0-08017200-1435536401_thumb.jp

Link to comment
https://linustechtips.com/topic/396101-windows-7-microsoft-net-framework-issue/
Share on other sites

Link to post
Share on other sites

Your friend did something with his/her system.

 

The problem is that the Component-Based Servicing (CBS) manifest is corrupted.
Start Command Prompt as Admin, and run the following:
sfc /scannow

 

Then DISM.exe /Online /Cleanup-image /Restorehealth

 

Once done restart and try again. If that fails, you (well, your friend) may need to consider in re-installing Windows.

Link to post
Share on other sites

Your friend did something with his/her system.

 

The problem is that the Component-Based Servicing (CBS) manifest is corrupted.

Start Command Prompt as Admin, and run the following:

sfc /scannow

 

Then DISM.exe /Online /Cleanup-image /Restorehealth

 

Once done restart and try again. If that fails, you (well, your friend) may need to consider in re-installing Windows.

Thanks. I'll let him know.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×