Instructions for installing .NET Framework 3.5 on Windows 10

Windows 10 comes with .NET framework 4.8 pre-installed. However, many applications developed since Windows Vista and Windows 7 require .NET Framework v3.5 to run. Applications will not run unless you install the correct version of .NET Framework that the application requires.

This guide will show you different ways to install .NET Framework 3.5 online and offline in Windows 10.

Note : You must log in with admin rights to install .NET Framework 3.5.

If you need to repair .NET Framework 3.5, you can uninstall and reinstall using the option below.

What is .NET Framework?

Microsoft .NET Framework is an open source software development framework created by Microsoft. The first version was released in 2002. It includes both the Command Language Runtime and the Framework Class Library..

The .NET Framework was created to make it easier to design web applications and software in multiple languages. Developers can create applications for Windows, Microsoft Azure, Windows Server, and XML Web services on a single platform.

Install .NET Framework 3.5 on demand

This option requires an Internet connection to install .NET Framework 3.5.

1. You may see the following configuration dialog if you try to run an application that requires .NET Framework 3.5. Click Install this feature .

Instructions for installing .NET Framework 3.5 on Windows 10
Click Install this feature

2. If prompted by UAC , click Yes.

3. Windows Features will now search for, download, and install the files required for .NET Framework 3.5 online from Windows Update.

4. Click Close when finished and installed successfully.

Instructions for installing .NET Framework 3.5 on Windows 10
Click Close when finished

Install .NET Framework 3.5 in Windows Features

This option requires an Internet connection to install .NET Framework 3.5.

1. Open Control Panel (icon view) and click the Programs and Features icon .

2. Click the Turn Windows features on or off link on the left side.

This will open the file C:\Windows\System32\OptionalFeatures.exe.

3. If prompted by UAC, click Yes.

4. Select (black square) .NET Framework 3.5 (includes .NET 2.0 and 3.0) and click OK.

Instructions for installing .NET Framework 3.5 on Windows 10
Select .NET Framework 3.5 (includes .NET 2.0 and 3.0)

5. Click Let Windows Update download the files for you.

6. Windows Features will now download and apply (install) the files required for .NET Framework 3.5 online from Windows Update.

7. Click Close when finished.

Install .NET Framework 3.5 by downloading

This option requires an Internet connection to install .NET Framework 3.5.

1. Go to Microsoft's .NET Framework 3.5 SP1 Download website and click the Download .NET Framework 3.5 SP1 Runtime button on the website.

Instructions for installing .NET Framework 3.5 on Windows 10
Click the Download .NET Framework 3.5 SP1 Runtime button

2. Save the dotnetfx35.exe file to your desktop and run it.

3. If prompted by UAC, click Yes.

4. Click Download and install this feature .

5. Windows Features will now search for, download, and install the files required for .NET Framework 3.5 online from Windows Update.

6. Click Close when finished and installed successfully.

7. Now, you can delete the dotnetfx35.exe file if you want.

Install .NET Framework 3.5 in Command Prompt

This option requires an Internet connection to install .NET Framework 3.5.

1. Open Command Prompt with admin rights .

2. Copy and paste the command below into Command Prompt , then press Enter.

Dism /online /Enable-Feature /FeatureName:"NetFx3"

3. Once the installation is complete, you can close Command Prompt if you want.

Instructions for installing .NET Framework 3.5 on Windows 10
Install .NET Framework 3.5 in Command Prompt

Install .NET Framework 3.5 in PowerShell

This option requires an Internet connection to install .NET Framework 3.5.

1. Open PowerShell with admin rights .

2. Copy and paste the command below into PowerShell , and then press Enter.

Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3"

3. Once the installation is complete, you can close PowerShell if you want.

Instructions for installing .NET Framework 3.5 on Windows 10
Install .NET Framework 3.5 in PowerShell

Install .NET Framework 3.5 offline

This option does not use an Internet connection to install .NET Framework 3.5. This can be useful if you cannot install .NET Framework 3.5 using any of the other options above.

1. Do one of the following depending on what you want to use:

If you don't use media that has the same Windows 10 build as what is currently installed, you'll get a source file not found error and .NET Framework 3.5 won't install.

A) Connect a Windows 10 installation USB that has the same build as what is currently installed.

Or:

B) Mount a Windows 10 ISO of the same build as what is currently installed.

2. Open This PC in File Explorer ( Win + E ) and note down the drive letter (e.g. "G") of this USB or mounted ISO.

Instructions for installing .NET Framework 3.5 on Windows 10
Record the drive letter of the mounted USB or ISO

3. Open Command Prompt with admin rights.

4. Type the command below into Command Prompt and press Enter.

Dism /online /enable-feature /featurename:NetFX3 /Source::\sources\sxs /LimitAccess

Replace in the above command with the actual drive letter (e.g. "G") from step 2 above for the mounted USB or ISO source.

For example:

Dism /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess

5. Once the installation is complete, you can close Command Prompt if you want.

Available .NET Framework versions

Although this article focuses on .NET Framework version 3.5, that is not the only version available. As of August 2021, the latest version is actually .NET Framework 4.8.

The current list of older versions includes:

  • .NET Framework 2.0
  • .NET Framework 3.0
  • .NET Framework 3.5 (installing 3.5 also installs 2.0 and 3.0)
  • .NET Framework 4.0
  • .NET Framework 4.5
  • .NET Framework 4.5.1
  • .NET Framework 4.5.2
  • .NET Framework 4.6
  • .NET Framework 4.6.2
  • .NET Framework 4.7
  • .NET Framework 4.7.1
  • .NET Framework 4.7.2

Troubleshoot installation

While you usually won't have any problems installing the .NET Framework, sometimes problems do arise. Some of the most common issues include:

Compatibility Error - If you get a message that the .NET Framework is not compatible with your operating system, the version you are trying to install is not compatible and will not work. If you know for sure it is supported, install the latest Windows update. This error often occurs when trying to install a newer version on an older PC.

Invalid Windows Installation - If you are not running a licensed copy of Windows, the .NET Framework may not install at all. Registering your copy or installing a valid copy is the only solution.

Windows Update issues - If you get errors about specific KB numbers or additional updates are required, install all the latest Windows updates before continuing.

Instructions for installing .NET Framework 3.5 on Windows 10
Please install all the latest Windows updates before continuing.

Downloads Failed - If you get any errors about a corrupted installation, check your Add or Remove Programs to see if anything is installed. Uninstall them if possible. Then, manually download the version you need and install it that way.

Microsoft offers more troubleshooting options for more advanced errors. See:

https://docs.microsoft.com/en-us/dotnet/framework/install/troubleshoot-blocked-installations-and-uninstallations

Frequently asked questions when installing .NET Framework

1. Can I install multiple versions of the .NET Framework?

Yes, you can install multiple versions of the .NET Framework. Different applications require different versions and can coexist peacefully on the same PC. But be careful to only install the versions of the .NET Framework that you really need.

2. How long are .NET Framework versions supported?

.NET Framework 3.5 SP1 is supported through October 10, 2028. This is ideal for applications that require versions 2.0, 3.0, and/or 3.5. These are supported long term because they are the most popular and stable older versions.

Versions 4.0 to 4.5.1 are no longer supported. Versions 4.5.2 to 4.6.1 wukk will stop supporting on April 26, 2022.

Versions 4.6.2 and later do not currently have an end of support date listed.

3. How can compatibility be checked?

If you are not sure whether your PC supports the specific version of .NET Framework you want to install, you can easily check. Microsoft has a list of dependencies and system requirements for every version of .NET Framework. For detailed instructions, please refer to the article: How to check the version of .NET Framework on your computer .

You can now run programs that require older versions of the .NET Framework on your PC. Share which of these Microsoft .NET Framework installation methods worked for you in the comments below!

Good luck!

See more articles below:

Tags: #System
Sign up and earn $1000 a day ⋙

Leave a Comment

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Error code 0xc0000098 in Windows causes a blue screen error on startup. The ACPI.sys driver is often to blame, especially on unsupported versions of Windows 11 like 23H2 or 22H2 or Windows 10.

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

In some cases, sometimes you start your computer in Safe Mode and the computer freezes. So how to fix the error in this case, please refer to the article below of WebTech360.

How to fix Snipping Tool keeps showing error

How to fix Snipping Tool keeps showing error

Snipping Tool is a powerful photo and video capture tool on Windows. However, this tool sometimes has some errors, such as constantly displaying on the screen.

How to get the fastest internet connection from your router

How to get the fastest internet connection from your router

Every network has a router to access the Internet, but not everyone knows how to make the router work better. In this article, we will introduce some router tips to help speed up the wireless connection in the network.

Common Mistakes When Performing Internet Speed ​​Tests

Common Mistakes When Performing Internet Speed ​​Tests

If the results seem slower than expected, don't be too quick to blame your ISP - mistakes when performing the test can skew your numbers.

What is QoS? How to use QoS for faster Internet speeds when you need it most

What is QoS? How to use QoS for faster Internet speeds when you need it most

In the article below, we will introduce and guide you to learn about the concept of QoS - Quality of Service on router devices.

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Windows has a built-in Credential Manager, but it's not what you think it is—and certainly not a replacement for a password manager.

How to install free HEVC codecs on Windows 10 (for H.265 video)

How to install free HEVC codecs on Windows 10 (for H.265 video)

Microsoft charges for its official codecs and doesn't include them in Windows 10. However, you can get them for free without pulling out your credit card and spending $0.99.

Instructions to fix Access Denied error when accessing files or folders on Windows

Instructions to fix Access Denied error when accessing files or folders on Windows

While having trouble accessing files and folders can be frustrating, don't panic—with a few simple tweaks, you can regain access to your system.

How to check if USB Boot has been created successfully?

How to check if USB Boot has been created successfully?

After creating a USB boot to install Windows, users should check the USB boot's performance to see if it was created successfully or not.

4 Types of Windows Data That Are Growing in Size: How to Control Them?

4 Types of Windows Data That Are Growing in Size: How to Control Them?

Although Windows Storage Sense efficiently deletes temporary files, some types of data are permanent and continue to accumulate.

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

You can turn off Windows 11 background apps to optimize performance, save battery and reduce RAM consumption.

Instructions to fix the error “Network path was not found” in Windows

Instructions to fix the error “Network path was not found” in Windows

When a computer, mobile device, or printer tries to connect to a Microsoft Windows computer over a network, for example, the error message network path was not found — Error 0x80070035 may appear.

How to block Internet connection of Windows 10 software and applications

How to block Internet connection of Windows 10 software and applications

We can block Internet access for any application or software on the computer, while other programs can still access the network. The following article will guide readers on how to disable Internet access for software and applications on Windows.

How to Stay Safe on Windows 10 Until 2030

How to Stay Safe on Windows 10 Until 2030

Instead of paying $30 for a year of security updates, keep Windows 10 safe until 2030 with this simple solution.

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Error code 0xc0000098 in Windows causes a blue screen error on startup. The ACPI.sys driver is often to blame, especially on unsupported versions of Windows 11 like 23H2 or 22H2 or Windows 10.

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

In some cases, sometimes you start your computer in Safe Mode and the computer freezes. So how to fix the error in this case, please refer to the article below of WebTech360.

How to fix Snipping Tool keeps showing error

How to fix Snipping Tool keeps showing error

Snipping Tool is a powerful photo and video capture tool on Windows. However, this tool sometimes has some errors, such as constantly displaying on the screen.

How to get the fastest internet connection from your router

How to get the fastest internet connection from your router

Every network has a router to access the Internet, but not everyone knows how to make the router work better. In this article, we will introduce some router tips to help speed up the wireless connection in the network.

Common Mistakes When Performing Internet Speed ​​Tests

Common Mistakes When Performing Internet Speed ​​Tests

If the results seem slower than expected, don't be too quick to blame your ISP - mistakes when performing the test can skew your numbers.

What is QoS? How to use QoS for faster Internet speeds when you need it most

What is QoS? How to use QoS for faster Internet speeds when you need it most

In the article below, we will introduce and guide you to learn about the concept of QoS - Quality of Service on router devices.

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Windows has a built-in Credential Manager, but it's not what you think it is—and certainly not a replacement for a password manager.

How to install free HEVC codecs on Windows 10 (for H.265 video)

How to install free HEVC codecs on Windows 10 (for H.265 video)

Microsoft charges for its official codecs and doesn't include them in Windows 10. However, you can get them for free without pulling out your credit card and spending $0.99.

Instructions to fix Access Denied error when accessing files or folders on Windows

Instructions to fix Access Denied error when accessing files or folders on Windows

While having trouble accessing files and folders can be frustrating, don't panic—with a few simple tweaks, you can regain access to your system.

How to check if USB Boot has been created successfully?

How to check if USB Boot has been created successfully?

After creating a USB boot to install Windows, users should check the USB boot's performance to see if it was created successfully or not.

4 Types of Windows Data That Are Growing in Size: How to Control Them?

4 Types of Windows Data That Are Growing in Size: How to Control Them?

Although Windows Storage Sense efficiently deletes temporary files, some types of data are permanent and continue to accumulate.

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

You can turn off Windows 11 background apps to optimize performance, save battery and reduce RAM consumption.

Instructions to fix the error “Network path was not found” in Windows

Instructions to fix the error “Network path was not found” in Windows

When a computer, mobile device, or printer tries to connect to a Microsoft Windows computer over a network, for example, the error message network path was not found — Error 0x80070035 may appear.

How to block Internet connection of Windows 10 software and applications

How to block Internet connection of Windows 10 software and applications

We can block Internet access for any application or software on the computer, while other programs can still access the network. The following article will guide readers on how to disable Internet access for software and applications on Windows.

How to Stay Safe on Windows 10 Until 2030

How to Stay Safe on Windows 10 Until 2030

Instead of paying $30 for a year of security updates, keep Windows 10 safe until 2030 with this simple solution.