I can not install .Net 3.5 on my windows 8 pro.
I have tried to go through:
- Enable windows features
- Windows Update when I try to install an application that requires 3.5
- The DISM command with a local image: dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess
4. The full .Net 3.5 installer package
And yes I have checked my internet connection.
When I run 1, 2 & 4 I get the following error:
The following feature couldn't be installed:
.Net Framework 3.5 (includes .NET 2.0 and 3.0)
Error code: 0x800F0906
When I run the DISM command in administrator mode I get:
F:\sources>cd sxs
F:\sources\sxs>dism.exe /online /enable-feature /featurename:NetFX3 /Source:F:\sources\sxs /LimitAccess
Deployment Image Servicing and Management toolVersion: 6.2.9200.16384
Image Version: 6.2.9200.16384
Enabling feature(s)[===========================65.8%====== ]
Error: 0x800f081f
The source files could not be found.Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
F:\sources\sxs>
PLEASE HELP. I need to install several applications that requires .Net 3.5. If I can not get this to work I have to go back to windows 7.
Original title: Error installing .Net 3.5 framework on windows 8: 0x800F0906