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?
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.
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.
User contributions licensed under CC BY-SA 3.0