After trying to install .net 3.5 via the program and features (see below). I was getting unable to install error 800F0906
I am using windows 8.1.
Attempt to enable .NET 3.5 in Windows 8Navigate 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.
Enable the .NET Framework 3.5 in Control Panelon your keyboard, type "Windows Features", and press Enter. The Turn Windows features on or off dialog box appears. Select the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box, select OK, and reboot your computer if prompted.
I inserted windows 8.1 dvd and mounted to d drive then executed from powershell.
Enable-WindowsOptionalFeature -Online -FeatureName 'NetFx3' -Source 'd:\sources\sxs'
See http://yellowduckguy.wordpress.com/2012/10/19/windows-8-fix-enable-feature-net-3-5-error-0x800f0906/ for a detailed description.
Enter in cmd (run with administratoir rights):
dism /online /Enable-Feature /FeatureName:NetFX3 /All /Source:E:\Sources\SxS /LimitAccess
(e: is your DVD drive)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With