How to fix

joaquim valentim 0 Reputation points
2024-10-04T10:19:00.3+00:00

.NET Runtime version : 2.0.50727.9179 - No debugger found.No registered JIT debugger was specified

.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,166 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 32,216 Reputation points Microsoft Vendor
    2024-10-11T03:20:04.7266667+00:00

    Hi @joaquim valentim ,

    Since the event references .NET Runtime version 2.0.50727, it points to the .NET Framework 2.0 (which is part of .NET 3.5). The installation may be corrupted. To fix this:

    • Open the Control Panel and go to Programs > Turn Windows Features on or off.
    • Ensure that .NET Framework 3.5 (includes .NET 2.0 and 3.0) is checked.
    • If it’s already enabled, try disabling it, rebooting, and then re-enabling it.
    • You can also run the .NET Framework Repair Tool from Microsoft to detect and fix any issues with the installation.

    If you're using Visual Studio as your JIT debugger, try repairing of Visual Studio by VS installer.

    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

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.