SOLVED: Error Code: 0x800F0906 – Can Not Install Dot Net 3.5 on Windows 8.1

Windows 8 and 8.1 do not allow you to install Dot Net 3.5 using an internet connection… which is its default.  The solution is to extract the SXS folder from your install media and then run a command line install with the following:

  1. Insert your Windows 8 (or 8.1) DVD or ISO (in item 3 below, I assume your DVD or mounted ISO is “D”)
  2. Start an elevated CMD prompt
  3. Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess

Fear not, .NET 3.5 and .NET 4.5 (which is built into Windows 8.1) function nicely together.

View Comments

Published by
Ian Matthews

This website uses cookies.