You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/install/application-not-started.md
+14-22Lines changed: 14 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,35 @@
1
1
---
2
2
title: Fix .NET Framework 'This application could not be started'
3
3
description: Learn what to do if you see a 'This application could not be started' dialog box when running a .NET Framework application.
4
-
ms.date: 02/13/2023
4
+
ms.date: 07/10/2025
5
5
---
6
6
# "This application could not be started" error when running a .NET Framework application
7
7
8
-
When you attempt to run a .NET Framework application, you may receive the "This application could not be started" error message. When this error is caused by an installed version of .NET Framework not being detected, or by .NET Framework being corrupted, use this article to try to solve that problem.
8
+
When you attempt to run a .NET Framework application, you may receive the "This application could not be started" error message. When the cause of this error is that an application can't find .NET Framework, due to .NET Framework being corrupted, use this article to try to solve that problem.
9
9
10
10
:::image type="content" source="media/application-not-started/app-could-not-be-started.png" alt-text="This application could not be started dialog box.":::
11
11
12
-
If you still can't run the application after completing all the steps in this article, then the issue may be caused by some other reason, like a corrupted file system, missing dependencies, or a problem with the application. In that case, you can try contacting the app publisher or post a question to [Microsoft Support Community](https://answers.microsoft.com/) or [Microsoft Q&A](/answers/tags/97/dotnet) for more help.
12
+
If you still can't run the application after completing all the steps in this article, then the issue might be caused by a corrupted file system, missing dependencies, or a problem with the application. In that case, you can **try contacting the app publisher** or post a question to [Microsoft Q&A](/answers/tags/828/developer-technologies) for more help.
13
+
14
+
## Understand the problem
15
+
16
+
This error means that a specific application can't be started. The name of the program is the first part of the title bar before the message "This application could not be started," as highlighted in the following figure:
17
+
18
+
:::image type="content" source="media/application-not-started/app-could-not-be-started-details.png" alt-text="This application could not be started dialog box with the executable name highlighted.":::
19
+
20
+
In the previous figure, the name of the executable that caused this error is `mt.exe`. Try searching the internet for more information about the executable causing your problem.
13
21
14
22
## How to fix the error
15
23
16
24
To address this issue so that you can run your application, do the following:
17
25
18
26
1. Download the [.NET Framework Repair Tool (NetFxRepairTool.exe)](https://www.microsoft.com/download/details.aspx?id=30135). The tool runs automatically when the download completes.
19
27
20
-
1. If the .NET Framework Repair Tool recommends any additional action, such as those shown in the following figure, select **Next**.
28
+
1. If the .NET Framework Repair Tool recommends any other action, such as those shown in the following figure, select **Next**.
1. The .NET Framework Repair Tools displays a dialog box shown in the following figure to indicate that changes are complete. Leave the dialog box open while you to try rerun your application. This should succeed if the .NET Framework Repair Tool has identified and corrected a corrupted .NET Framework installation.
32
+
1. The .NET Framework Repair Tools displays a dialog box shown in the following figure to indicate that changes are complete. Leave the dialog box open while you to try rerun your application. This succeeds if the .NET Framework Repair Tool corrected a corrupted .NET Framework installation.
@@ -31,26 +39,10 @@ To address this issue so that you can run your application, do the following:
31
39
32
40
:::image type="content" source="media/application-not-started/repair-tool-no-resolution.png" alt-text="Unable to resolve the problem with the repair tool.":::
33
41
34
-
1. If you still cannot run the application, install the latest version of .NET Framework that's supported by your version of Windows, as shown in the following table.
35
-
36
-
|Windows version|.NET Framework installation|
37
-
|---|---|
38
-
|Windows 10 Anniversary Update and later versions|[.NET Framework 4.8 Runtime](https://dotnet.microsoft.com/download/dotnet-framework/net48)|
39
-
|Windows 10, Windows 10 November Update|[.NET Framework 4.6.2](https://dotnet.microsoft.com/download/dotnet-framework/net462)|
|Windows Vista SP2|[.NET Framework 4.6](https://dotnet.microsoft.com/download/dotnet-framework/net46)|
44
-
45
-
> [!NOTE]
46
-
> .NET Framework 4.8 is preinstalled on Windows 11 and Windows 10 May 2019 Update and later versions.
42
+
1. If you still can't run the application, install the latest version of .NET Framework that's supported by your version of Windows. For more information, see [Install .NET Framework on Windows and Windows Server](on-windows-and-server.md).
47
43
48
44
1. Attempt to launch the application.
49
45
50
-
1. In some cases, you may see a dialog box like the following, which asks you to install .NET Framework 3.5. Select **Download and install this feature** to install .NET Framework 3.5, then launch the application again.
51
-
52
-
:::image type="content" source="media/application-not-started/install-3-5.png" alt-text="Windows Features dialog box suggesting to install .NET Framework 3.5.":::
53
-
54
46
## See also
55
47
56
48
-[.NET Framework System Requirements](../get-started/system-requirements.md)
Copy file name to clipboardExpand all lines: docs/framework/install/dotnet-35-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Install .NET Framework 3.5 on Windows
3
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
4
+
ms.date: 07/10/2025
5
5
---
6
6
# Install .NET Framework 3.5 on Windows and Windows Server
Copy file name to clipboardExpand all lines: docs/framework/install/guide-for-developers.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Install the .NET Framework developer pack or redistributable"
3
3
description: "Developers can download and install the .NET Framework developer pack and targeting pack. You can include the .NET Framework redistributable with your apps."
|**4.8.1**|[.NET Framework 4.8.1](https://dotnet.microsoft.com/download/dotnet-framework/net481)|**Included in:**<br/><br/>[Visual Studio 2022 (version 17.3)](https://my.visualstudio.com/Downloads?q=visual%20studio%202017)<br/><br/> **You can install on:**<br/><br/>Windows 11<br/>Windows 10 version 21H2<br/>Windows 10 version 21H1<br/>Windows 10 version 20H2<br/>Windows Server 2022<br /><br/> (for a full list, see [system requirements](../get-started/system-requirements.md))|
34
+
|**4.8.1**|[.NET Framework 4.8.1](https://dotnet.microsoft.com/download/dotnet-framework/net481)|**Included in:**<br/><br/>Windows 11 version 22H2<br/>[Visual Studio 2022 (version 17.3)](https://my.visualstudio.com/Downloads?q=visual%20studio%202017)<br/><br/> **You can install on:**<br/><br/>Windows 11<br/>Windows 10 version 21H2<br/>Windows 10 version 21H1<br/>Windows 10 version 20H2<br/>Windows Server 2022<br /><br/> (for a full list, see [system requirements](../get-started/system-requirements.md))|
35
35
|**4.8**|[.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48)|**Included in:**<br/><br/>Windows 11<br/>Windows 10 May 2019 Update (and later versions)<br/>[Visual Studio 2019 (version 16.3)](https://my.visualstudio.com/Downloads?q=visual%20studio%202019)<br/><br/> **You can install on:**<br/><br/>Windows 10 October 2018 Update<br/>Windows 10 April 2018 Update<br/>Windows 10 Fall Creators Update<br/>Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br />Windows Server 2022<br /> Windows Server 2019<br/>Windows Server, Version 1809<br/>Windows Server, Version 1803<br /><br/> (for a full list, see [system requirements](../get-started/system-requirements.md))|
36
36
|**4.7.2**|[.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472)|**Included in:** <br/><br/>Windows 10 October 2018 Update<br/>Windows 10 April 2018 Update<br/>Windows Server 2019<br/>Windows Server, Version 1809<br/>Windows Server, Version 1803<br/>[Visual Studio 2017 (15.8 update)](https://my.visualstudio.com/Downloads?q=visual%20studio%202017)<br/><br/> **You can install on:**<br/> <br/>Windows 10 Fall Creators Update<br/>Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server, version 1709 and earlier<br /><br/> (for a full list, see [system requirements](../get-started/system-requirements.md))|
37
37
|**4.7.1**|[.NET Framework 4.7.1](https://dotnet.microsoft.com/download/dotnet-framework/net471)|**Included in:** <br/><br/>Windows 10 Fall Creators Update<br/>Windows Server, version 1709<br/>[Visual Studio 2017 (15.5 update)](https://my.visualstudio.com/Downloads?q=visual%20studio%202017)<br/><br/> **You can install on:**<br/><br/> Windows 10 Creators Update <br /> Windows 10 Anniversary Update<br /> Windows 8.1 and earlier<br /> Windows Server 2016 and earlier<br /> (for a full list, see [system requirements](../get-started/system-requirements.md))|
Copy file name to clipboardExpand all lines: docs/framework/install/how-to-determine-which-versions-are-installed.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Determine which .NET Framework versions are installed
3
3
description: Use code, regedit.exe, or PowerShell to detect which versions of .NET Framework are installed on a machine by querying the Windows registry. Or, check Control Panel.
Copy file name to clipboardExpand all lines: docs/framework/install/on-windows-and-server.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Install .NET Framework on Windows
3
3
description: Learn how to install .NET Framework on Windows 11, Windows 10, and Windows Server. This article also includes information about .NET Framework and unsupported versions of Windows, such as Windows 8, Windows Vista, and Windows XP.
4
-
ms.date: 02/12/2025
4
+
ms.date: 07/10/2025
5
5
---
6
6
# Install .NET Framework on Windows and Windows Server
Copy file name to clipboardExpand all lines: docs/framework/install/troubleshoot-blocked-installations-and-uninstallations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Troubleshoot blocked .NET Framework installations and uninstallations"
3
3
description: "Troubleshoot issues you encounter that prevent installation of the .NET Framework. Consult status messages for information to resolve issues."
0 commit comments