Fix old Net Framework programs not installing or running under Windows 8

Melanie Gross
Aug 2, 2012
Tutorials, Windows, Windows 8
|
3

Both client and server Windows 8 operating systems ship with the brand new Microsoft .Net Framework 4.5 which replaces version 4.0 of the framework on the system. Microsoft made the decision to not include older versions of the .Net Framework in the operating system by default. To be precise, Windows 8 by default won't support the Net Framework 3.5, 3.0 or 2.0.

When you now try and install a program in Windows 8 that requires one of the older framework versions, you will be greeted by an error message. Several things may happen:

  • Windows 8 may notice that a program requires an older version of the framework and displays a prompt to install it. This requires an active Internet connection
  • The application itself may ship with an option to install the required framework.
  • The installation can only be canceled and no framework is installed on the computer.

install this feature

What happens if the prompt that you see above is not displayed to you during installation? You can enable the .Net Framework 3.5, and with it versions 2.0 and 3.0, in the Control Panel as well.

Press the Windows-key and enter control panel on the Metro start page. You should see it pop up in the results once you type the first letters. Select it to open the Windows Control Panel. In there select Programs, and on the next screen turn Windows features on or off. You should see a window like the one on the screenshot below.

enable net framework windows 8

Locate the .Net Framework 3.5 entry here and check it to enable the framework on the operating system. Please note that you may need an active Internet connection for that. Windows may prompt for a restart of the system before the newly installed versions of the framework become available. You can use the very same menu to uninstall the framework again on the system.

Microsoft recommends to install the .Net Framework 3.5 using Windows 8 installation media (ISO or DVD) if the computer has no Internet connection. To install, you need to run the following command from an elevated command prompt:

Dism /online /enable-feature /featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccess

Replace x with the drive letter of the mounted Windows 8 ISO or DVD. (via Groovypost)

Advertisement

Previous Post: «
Next Post: «

Comments

  1. Imran said on February 13, 2013 at 1:50 am
    Reply

    Tried dism command in dos doest work tried each and everything i got on froums/blogs none works for me :S :C

  2. Anonymous said on October 31, 2012 at 5:48 am
    Reply

    Thanks for your advance !

  3. Anonymous said on August 4, 2012 at 5:01 pm
    Reply

    i knw Already du3 To hard working

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.