Cannot update .NET to 6.0.36

Miguel Rodrigues 20 Reputation points
2025-01-16T02:40:32.95+00:00

I'm currently trying to update .NET runtime however, when trying to uninstall an older version of .NET the following error occurs:

User's image

I check for it and the program is in fact installed
User's image

However uninstalling it by any means I've tried gives this error, can someone help?

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,189 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,581 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jiachen Li-MSFT 33,291 Reputation points Microsoft Vendor
    2025-01-16T06:34:57.87+00:00

    Hi @Miguel Rodrigues ,

    Try the following steps.

    1. Use the .NET Uninstall Tool: Microsoft provides a tool specifically for uninstalling .NET versions. Here's how to use it:
      • Download the .NET Uninstall Tool from the official Microsoft page.
      • Run the tool and remove the specific .NET version causing the issue.
    2. Repair the Installation: If the uninstaller cannot find the file but the program is still listed as installed:
      • Download the same version of .NET Runtime (6.0.16-x64) from the .NET download page.
      • Run the installer and choose the "Repair" option.
      • Once repaired, attempt to uninstall it again.

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 70,216 Reputation points
    2025-01-16T18:21:38.94+00:00

    there is no need to uninstall first, the installs are side by side.

    note: as .net 6 is out of support, even 6.0.36 my have security issues. you should update your application to a supported version of .net (8/9).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.