Visual Studio 2019 not responding after installing Windows update

Hemanth B 886 Reputation points
2021-06-12T16:37:56.457+00:00

Hi, I am in the Windows Insider program. I also use Visual Studio 2019 the latest released version for creating C# Windows Forms applications. I am currently using Windows 10 21H2 preview build. Last night I updated Windows 21H2 to build 21390.1010. After updating, I opened my Visual Studio projects, but after just 5 seconds of use. The project just hangs and starts saying Not Responding. Below is the image:

105111-vsnotreps.png

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,417 questions
0 comments No comments
{count} votes

Accepted answer
  1. Hakan Fagnell 76 Reputation points
    2021-06-12T16:57:41.197+00:00

    Could be a hardware issue that occured at the same time but before jumping to those scenarios try this.

    Please try following steps to completely uninstall VS.

    Follow this document: Remove Visual Studio and use the InstallCleanup.exe tool:

    Close the Visual Studio Installer > Type cmd in the Type here to search box > Right-click Command Prompt, and choose Run as administrator > enter the command line like ”C:\Program File (x86)\Microsoft Visual Studio\Installer\resources\app\layout\InstallCleanup.exe” -i

    After that, please try to reinstall VS 2019 from here: Downloads.

    If the InstallCleanup.exe tool doesn’t exist, please try to delete Visual Studio IDE installation folder manually and remove the VS IDE from Control Panel and then reinstall VS again.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.