|
1 | 1 | ---
|
2 |
| -title: Install .NET Framework 3.5 on Windows 11, 10, 8.1, 8 |
3 |
| -description: Learn how to install the .NET Framework 3.5 on Windows 11, Windows 10, Windows 8.1, and Windows 8. |
4 |
| -ms.date: 10/06/2021 |
| 2 | +title: Install .NET Framework 3.5 on Windows |
| 3 | +description: Learn how to install .NET Framework 3.5 on Windows and Windows Server. .NET Framework 3.5 can run apps that target .NET Framework 1.0 through 3.5. |
| 4 | +ms.date: 02/10/2025 |
5 | 5 | ---
|
6 |
| -# Install .NET Framework 3.5 on Windows 11, Windows 10, Windows 8.1, and Windows 8 |
| 6 | +# Install .NET Framework 3.5 on Windows and Windows Server |
7 | 7 |
|
8 |
| -You may need the .NET Framework 3.5 to run an app on Windows 11, Windows 10, Windows 8.1, and Windows 8. You can also use these instructions for earlier Windows versions. |
| 8 | +You might need .NET Framework 3.5 to run an app on Windows or Windows Server. Windows and Windows Server come with .NET Framework 4, which doesn't support apps built with .NET Framework 1.1 through 3.5. To run these apps, install .NET Framework 3.5. If you're a developer that requires .NET Framework 3.5, see the section [Developers and .NET Framework 3.5](#developers-and-net-framework-35). |
9 | 9 |
|
10 |
| -## Install .NET Framework 3.5 on Demand |
| 10 | +> [!TIP] |
| 11 | +> You might be able to use a config file to force the app to run on .NET Framework 4. For more information, see [Migration: Retarget or Recompile](../migration-guide/migrating-from-the-net-framework-1-1.md#retarget-or-recompile). |
11 | 12 |
|
12 |
| -You may see the following configuration dialog if you try to run an app that requires .NET Framework 3.5. Choose **Install this feature** to enable .NET Framework 3.5. This option requires an Internet connection. |
| 13 | +## Install .NET Framework 3.5 on demand |
13 | 14 |
|
14 |
| - |
| 15 | +You might see the following configuration dialog if you try to run an app that requires an older version of .NET Framework. Depending on your version of Windows, the dialog might be slightly different. Choose **Download and install this feature** to enable .NET Framework 3.5. This option requires an internet connection. |
| 16 | + |
| 17 | +:::image type="content" source="./media/dotnet-35-windows/dotnet-framework-installation-dialog.png" alt-text="Screenshot of the .NET Framework installation dialog."::: |
15 | 18 |
|
16 | 19 | ### Why am I getting this pop-up?
|
17 | 20 |
|
18 |
| -The .NET Framework is created by Microsoft and provides an environment for running applications. There are different versions available. Many companies develop their apps to run using the .NET Framework, and these apps target a specific version. If you see this pop-up, you're trying to run an application that requires .NET Framework version 3.5, but that version is not installed on your system. |
| 21 | +.NET Framework is created by Microsoft and provides an environment for running apps. There are different versions available. Many companies develop their apps to run using the .NET Framework, and these apps target a specific version. If you see this pop-up, you're trying to run an app that requires a .NET Framework version that isn't installed on your system. |
| 22 | + |
| 23 | +## Enable .NET Framework 3.5 on Windows Server |
| 24 | + |
| 25 | +Enable .NET Framework 3.5 through the **Add Roles and Features Wizard**. |
19 | 26 |
|
20 |
| -## Enable .NET Framework 3.5 in Control Panel |
| 27 | +1. Press the Start :::image type="icon" source="media/dotnet-35-windows/windows-keyboard-logo.png" border="false"::: button on the taskbar. |
| 28 | +1. Search for **Add Roles and Features Wizard** and open it. |
| 29 | +1. Search for **Windows Features** and open it. The **Turn Windows features on or off** dialog box appears. |
| 30 | +1. Navigate through the wizard until you reach **Features**. |
| 31 | +1. Select **.NET Framework 3.5 Features** in the list. |
| 32 | +1. Select **Install** to start installing .NET Framework 3.5. |
21 | 33 |
|
22 |
| -You can enable the .NET Framework 3.5 through the Windows Control Panel. This option requires an Internet connection. |
| 34 | +:::image type="content" source="media/dotnet-35-windows/server-features.png" alt-text="The Add Roles and Features Wizard dialog box from Windows Server. .NET Framework 3.5 is selected."::: |
23 | 35 |
|
24 |
| -1. Press the Windows key  on your keyboard, type "Windows Features", and press Enter. The **Turn Windows features on or off** dialog box appears. |
| 36 | +## Enable .NET Framework 3.5 on Windows |
25 | 37 |
|
26 |
| -2. Select the **.NET Framework 3.5 (includes .NET 2.0 and 3.0)** check box, select **OK**, and reboot your computer if prompted. |
| 38 | +You can enable the .NET Framework 3.5 through the Windows Control Panel. This option requires an internet connection. |
27 | 39 |
|
28 |
| -  |
| 40 | +1. Press the Start :::image type="icon" source="media/dotnet-35-windows/windows-keyboard-logo.png" border="false"::: button on the taskbar. |
| 41 | +1. Search for **Windows Features** and open it. The **Turn Windows features on or off** dialog box appears. |
| 42 | +1. Select the **.NET Framework 3.5 (includes .NET 2.0 and 3.0)** check box, select **OK**, and reboot your computer if prompted. |
29 | 43 |
|
30 |
| - You don't need to select the child items for **Windows Communication Foundation (WCF) HTTP Activation** and **Windows Communication Foundation (WCF) Non-HTTP Activation** unless you're a developer or server administrator who requires this functionality. |
| 44 | +:::image type="content" source="media/dotnet-35-windows/dotnet-control-panel.png" alt-text="Screenshot of the Windows Features dialog box. .NET Framework 3.5 is selected."::: |
| 45 | + |
| 46 | +You don't need to select the child items for **Windows Communication Foundation (WCF) HTTP Activation** and **Windows Communication Foundation (WCF) Non-HTTP Activation** unless you're a developer or server administrator who requires this functionality. |
31 | 47 |
|
32 | 48 | ## Download the offline installer
|
33 | 49 |
|
34 |
| -For Windows versions prior to Windows 10, the .NET Framework 3.5 SP1 offline installer is available on the [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs). |
| 50 | +The .NET Framework 3.5 SP1 offline installer is available for Windows versions prior to Windows 10 and Windows Server 2016. For more information, see [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs). |
35 | 51 |
|
36 | 52 | ## Troubleshoot the installation
|
37 | 53 |
|
38 |
| -During installation, you may encounter error 0x800f0906, 0x800f0907, 0x800f081f, or 0x800F0922, in which case refer to [.NET Framework 3.5 installation error: 0x800f0906, 0x800f0907, or 0x800f081f](https://support.microsoft.com/help/2734782/net-framework-3-5-installation-error-0x800f0906--0x800f081f--0x800f09) to see how to resolve these issues. |
| 54 | +During installation, you might encounter error **0x800f0906**, **0x800f0907**, **0x800f081f**, or **0x800F0922**, in which case refer to [.NET Framework 3.5 installation error](https://support.microsoft.com/help/2734782/net-framework-3-5-installation-error-0x800f0906--0x800f081f--0x800f09) to see how to resolve these issues. |
39 | 55 |
|
40 |
| -If you still can't resolve your installation issue or you don't have an Internet connection, you can try installing it using your Windows installation media. For more information, see [Deploy .NET Framework 3.5 by using Deployment Image Servicing and Management (DISM)](/windows-hardware/manufacture/desktop/deploy-net-framework-35-by-using-deployment-image-servicing-and-management--dism). If you're using Windows 7, Windows 8.1, the latest release Windows 10, or Windows 11, but you don't have the installation media, create an up-to-date installation media here: [Create installation media for Windows](https://support.microsoft.com/help/15088/windows-create-installation-media). Additional information about Windows 11 and Windows 10 Features on Demand: [Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities). |
| 56 | +If you still can't resolve your installation issue or you don't have an internet connection, you can try installing it using your Windows installation media. For more information, see [Deploy .NET Framework 3.5 by using Deployment Image Servicing and Management (DISM)](/windows-hardware/manufacture/desktop/deploy-net-framework-35-by-using-deployment-image-servicing-and-management--dism). If you don't have the installation media, follow the instructions on [Create installation media for Windows](https://support.microsoft.com/help/15088/windows-create-installation-media). For more information about Windows 11 and Windows 10 Features on Demand, see [Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities). |
41 | 57 |
|
42 | 58 | > [!WARNING]
|
43 | 59 | > If you're not relying on Windows Update as the source for installing .NET Framework 3.5, you must ensure to strictly use sources from the same corresponding Windows operating system version. Using sources from a different Windows operating system version will either install a mismatched version of .NET Framework 3.5 or cause the installation to fail, leaving the system in an unsupported and unserviceable state.
|
| 60 | +
|
| 61 | +## Developers and .NET Framework 3.5 |
| 62 | + |
| 63 | +If you're a developer that maintains existing software and you need to use .NET Framework 3.5, enable it with the following steps: |
| 64 | + |
| 65 | +1. Install .NET Framework 3.5 on your system using the instructions in this article. |
| 66 | +1. Enable **.NET Framework 3.5 Development Tools** in Visual Studio. It's listed in the **Individual Components** page. |
| 67 | + |
| 68 | +## See also |
| 69 | + |
| 70 | +- [Install .NET Framework on Windows and Windows Server](on-windows-and-server.md) |
| 71 | +- [Install .NET Framework for developers](guide-for-developers.md) |
| 72 | +- [How to: Determine which .NET Framework versions are installed](how-to-determine-which-versions-are-installed.md) |
| 73 | +- [Versions and dependencies](versions-and-dependencies.md) |
0 commit comments