Skip to content
Home » Microsoft » Windows » How to Install .NET Framework 3.5 on Windows 8 and 10

How to Install .NET Framework 3.5 on Windows 8 and 10

.NET Framework (dot net) is a Microsoft developed software Framework. It provides language interoperability across different programming languages. This Framework is necessary too for the programs which require .NET Common Language Runtime. The requirement of Framework version depends on the program. Installing windows OS from 8 and later will disable few of the Framework versions which are necessary for few programs and software. In this article, we will provide two methods for installing .NET Framework 3.5 on windows OS by offline and online.

If your OS is not loaded with .NET Framework 3.5 you will receive an error message saying “An app on your PC needs the following Windows feature: .NET Framework 3.5 (includes .NET 2.0 and 3.0)” while running the program/Software. You can install this Framework by downloading from the internet using windows features or install using OS installation CD or setup files.

Installing .NET Framework 3.5 from the internet:

Windows user can verify the .NET Framework 3.5 feature is enabled or not from using Control Panel.

  1. Click on Windows icon and type Control Panel in the search field.
  2. Open Control Panel and Click on Programs. Control Panel
  3. Now choose Turn Windows features on or off under Programs and Features.
  4. Now all the installed and available programs windows will populate. Here, look for .NET Framework 3.5 and verify whether it is enabled or not. NET 3.5 enable
  5. If you find the feature is disabled, click on the Checkbox and Click on OK.
  6. Now it will search for the files over the internet and will install it automatically if you have a proper internet connection.

Installing .NET Framework 3.5 from Setup file using Command Prompt:

.NET Framework 3.5 is available in the OS setup load. You can install it by executing the following command.

  1. First verify the feature is enabled or not in the Programs and Features.
  2. If it is disabled, now insert the OS Setup CD or chose the Setup File path.
  3. Open Command Prompt and run it as administrator.
  4. Now type the following command in the Command Prompt. Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess
  5.  Here E:\ is the OS setup load drive. Replace the drive name with respect to your drive.
  6.  Now hit Enter it will fetch the components from the load and install it automatically. Command prompt
  7. You can verify the feature is installed or not in Programs and Features .net framework_enabled

That’s it. Hope you got how to install .NET Framework using both online and offline methods. If you have any issues do share your comments below.

Uday Kumar

Uday Kumar

Passion in all things, Technology. Interested in learning new things. A full time geek, half time blogger and quarter time coder.View Author posts