ERROR
Some users may encounter the issue of not being able to enable the .NET 3.5 feature in Windows 8 (a requirement when installing ArcGIS for Desktop 10.1). The following error is displayed: "Windows couldn't complete the requested changes. Windows couldn't connect to the internet to download necessary files. Make sure that you're connected to the internet, and click 'Retry' to try again. Error code: 0x800F0906"Attempt to enable .NET 3.5 in Windows 81. Navigate to the Add Windows Features window: From the Windows Start Page, right-click on any open space and click on 'All apps'. Go to the Control Panel and choose 'Programs and Features' Choose 'Turn Windows features on or off' in the Programs and Features window.2. Turn on the .NET Framework 3.5 feature: The '.NET Framework 3.5 (includes .NET 2.0 and 3.0)' option is not be selected. Click the box next to '.NET Framework 3.5 (includes .NET 2.0 and 3.0)' and click OK. 3. Attempt to add the feature from Windows Update: Windows Features searches for required files. When given the option, choose 'Download files from Windows Update', Windows Features states that it is downloading required files 4. Windows displays the error: "Windows couldn't complete the requested changes. Windows couldn't connect to the internet to download necessary files. Make sure that you're connected to the internet, and click 'Retry'. Error code: 0x800F0906"
After clicking OK, the following dialog is displayed: "An error has occurred. Not all of the features were successfully changed."
Windows 8 is not able to connect to the Windows servers to download and install .NET 3.5 content.
Code:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:"Path to installation media":\sources\sxs /LimitAccess
Code:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess
Article ID:000011777
Get help from ArcGIS experts
Download the Esri Support App