How to install NetFramework on 9901 ?

Discussion in 'Windows 10' started by Mark722, Dec 27, 2014.

  1. Mark722

    Mark722 MDL Junior Member

    Dec 2, 2014
    66
    2
    0
    Please help

    how to install NetFramework on build 9901 ?
     
  2. BigW

    BigW MDL Member

    Apr 25, 2010
    198
    53
    10
    Which .netFramwork version do you need to install. The latest one (4.5.something or 4.6 preview) is already installed and an important part of Windows. See in the Windows Features if you can install 3.5 .netFramework (which is rather old now, normal 3.5 .netFramework programms work with 4.5 normaly) if you need this .netFramework version.
     
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    .NET Framework 4.x isn't a cumulative update.
     
  4. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #5 murphy78, Dec 28, 2014
    Last edited by a moderator: Apr 20, 2017
    admin cmd prompt:
    Code:
    dism /online /enable-feature /featurename:netfx3
     
  5. textexan

    textexan MDL Novice

    Nov 29, 2014
    8
    0
    0
    #6 textexan, Dec 28, 2014
    Last edited by a moderator: Apr 20, 2017
    Been trying for hours to get NetFramework 3.5 to install on build 9901 with no luck, tried every single trick suggested from multiple Google searches but will not download. Using the above method I get the error below. Tried using both Windows 8.1 and Win10 9901 sources.

    Microsoft Windows [Version 10.0.9901]
    (c) 2015 Microsoft Corporation. All rights reserved.


    C:\WINDOWS\system32>dism /online /enable-feature /featurename:netfx3


    Deployment Image Servicing and Management tool
    Version: 10.0.9901.0


    Image Version: 10.0.9901.0


    Error: 0x800f081f


    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required t
    o restore the feature. For more information on specifying a source location, see
    hxxp://go.microsoft.com/fwlink/?LinkId=243077.


    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


    C:\WINDOWS\system32>

     
  6. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #7 murphy78, Dec 28, 2014
    Last edited by a moderator: Apr 20, 2017
    Try mounting the 9901 dvd and running:
    Code:
    dism /online /enable-feature /featurename:netfx3 /all /limitaccess /source:X:\sources\sxs
    Make sure to replace the X with the actual letter of the mounted drive.
     
  7. dummekuehe

    dummekuehe MDL Senior Member

    Jan 11, 2009
    496
    112
    10
    that's what i used a few days ago
    works!
     
  8. SlimRock

    SlimRock MDL Senior Member

    Dec 25, 2011
    324
    105
    10
    #10 SlimRock, Dec 28, 2014
    Last edited by a moderator: Apr 20, 2017
  9. textexan

    textexan MDL Novice

    Nov 29, 2014
    8
    0
    0
    Yep, I experienced exactly the same with this program.
     
  10. ReelFiles

    ReelFiles MDL Addicted

    Mar 30, 2011
    500
    131
    30
    #14 ReelFiles, Dec 28, 2014
    Last edited by a moderator: Apr 20, 2017
    This worked flawlessly, thanks!
     
  11. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    @SlimRock

    You can't install .NET Framework 3.5 on build 9901 using sxs folder from build 9600; the binaries are different.
     
  12. SlimRock

    SlimRock MDL Senior Member

    Dec 25, 2011
    324
    105
    10
  13. SlimRock

    SlimRock MDL Senior Member

    Dec 25, 2011
    324
    105
    10