Fix Error Code 0x800F0906 when trying to install Microsoft .NET Framework 3.5

Discussion in 'Windows 8' started by ian82, Sep 3, 2013.

  1. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    #1 ian82, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
    If you are trying to install Microsoft .NET Framework 3.5 on Windows 8 or 8.1 and receive this error code: 0x800F0906

    Then try this:

    Insert your Windows 8 or Windows 8.1 Installation Media, be it a USB Flash Disk or the Windows 8 DVD

    Press the Windows + X Button, then choose: Command Prompt (Admin)

    Now copy/paste this code in the command prompt:

    Code:
    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs
    Substitute X:Sources\sxs with the drive of your DVD Drive or USB which contains the Windows 8 installation

    Example:

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

    Press ENTER and wait while the installation completes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    Well, yeah, we got that already figured out several times. Thanks anyway!
     
  3. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    yeah true just incase anyone missed it :)

    thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...