Select Page
This entry has been published on 2013-05-11 and may be out of date.

Last Updated on 2013-05-11.

There are several sites regarding this issue, most of them tell you to set a group policy setting to enable the download from Windows Update if you are using a local WSUS server. But I also got an error 0x800f0906 when I set this.

The only solution which has worked yet was to install .Net 3.5 from DVD.

You can do this with the following command (run “cmd” with admin privileges):

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:sourcessxs
(Replace “d” with your DVD drive letter)

There are several sites regarding this issue, most of them tell you to set a group policy setting to enable the download from Windows Update if you are using a local WSUS server. But I also got an error 0x800f0906 when I set this.

The only solution which has worked yet was to install .Net 3.5 from DVD.

You can do this with the following command (run “cmd” with admin privileges):

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

 

(Replace “d” with your DVD drive letter)