Can't install .NET Framework 3.5 feature (0x800f0922)

1

I have a Windows 10 machine that needs to run some programs that require .NET 3.5. Every time I try to install it I get an error: Can't install .NET Framework 3.5 feature (0x800f0922)

I've tried literally everything I've found on the web on how to fix this and nothing is working. Can anyone help?

.net
windows
asked on Stack Overflow Jan 30, 2019 by user185813

2 Answers

0

Either start up Control Panel and go to Programs->Programs and Features, or display Windows Settings and go to Apps and click on Programs and Features under Related Settings.

In Programs and Features go to "Turn Windows features on or off". In the dialog that displays, ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" should be listed. Check that and click OK. I don't recall if you will need to reboot at that point.

answered on Stack Overflow Jan 30, 2019 by Jeff R.
0

Any time I've run into NET 3.5 install issues this has fixed it for me:

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

Update the path to the SXS source (CD,USB,etc) as appropriate.

answered on Stack Overflow Jan 31, 2019 by Code of Arms

User contributions licensed under CC BY-SA 3.0