After reinstalling VS2022 community, it says it needs to install .net core but then get's hung up

Peter Goossens 0 Reputation points
2024-03-06T15:31:16.8233333+00:00

I reinstalled VS2022 community. I can create new projects, but if I try to open that or an older project, it says it needs to install .net core. It then goes on to load designer and gets hung up. Problem seems to be related with form1. All classes open, but when I try to open form1, the above problem starts

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 29,446 Reputation points Microsoft Vendor
    2024-03-07T03:22:04.1466667+00:00

    Hello @Peter Goossens,

    Welcome to Microsoft Q&A forum.

    Is that older project based on .NET Core? Maybe .NET Core 3.0, 3.1?

    I suggest firstly close VS, open VS Installer, click Modify, switch to Individual components and search for key word .NET Core. Since old framework like .NET Core is out of support, you may need to install it manually/separately.

    If it doesn’t work, please try to download and install the .NET Core from here: Download .NET(scroll down and expand Out of support versions).

    Please also try to close the solution(File > Close Solution) and reopen your project, see if the issue disappears.

    Best Regards,

    Tianyu


    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.