How to install .NET Framework 4.0 on Windows 10 Build 1511 or Aniversary Update

Discussion in 'Windows 10' started by ty_thegunner, Aug 31, 2016.

  1. ty_thegunner

    ty_thegunner MDL Novice

    Jul 23, 2015
    30
    23
    0
  2. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    It already ships with .net4.
    You need to update whatever package your installing. ie, the old Intel Rapid Storage Tech software would report needing .net 4 but the newer versions were fixed...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ty_thegunner

    ty_thegunner MDL Novice

    Jul 23, 2015
    30
    23
    0
    Thank you but some soft require to uninstall .NET 4.6.1 or 4.6.2 and install .NET 4.0
     
  4. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #4 lobo11, Aug 31, 2016
    Last edited: Aug 31, 2016
    To use or not, open control panel, programs and features, left hand side at top, click on turn windows features on/off. Make your selections.

    Try and run the programs in compatibility mode, try Win 8 first ........:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    4.6.2 should be backwards compatible with 4. I've never heard of a program that couldn't run net 4 progs on 4.6.x
    Which program are you having trouble with?
     
  6. sevenacids

    sevenacids MDL Addicted

    Aug 17, 2012
    667
    232
    30
    Murphy's right, all versions higher than 4.0 are in-place upgrades, which means they are binary compatible. You can tell from the fact that the assembly version number (as part of the assembly name, not to be confused with file or product version) is still at 4.0.0.0. They include new APIs but don't change existing ones, and they're still running on the same CLR. I'm also curious what application it is.