How to find the problem (or examination, troubleshooting) solution

Mansour_Dalir 1,996 Reputation points
2024-11-13T05:33:20.69+00:00

vb.net

It's been two days that as soon as the solution is opened, the system becomes slow. Before that, there was no problem. It's so slow that I can't continue the project.User's image Every minute such a warning opens to me. How can I troubleshoot the entire solution?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,257 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 30,026 Reputation points Microsoft Vendor
    2024-11-13T09:00:20.43+00:00

    Hi @Mansour_Dalir, 

    Welcome to Microsoft Q&A! 

    Do you mean that it occurs in specific project? 

    Please try the following workarounds:

    1. Disable the installed extensions under Extensions > Manage Extensions > Installed to check if the installed extensions affect or not.
    2. You can delete the cache file of VS2019. Please close all Visual Studio instances and delete all files in the following folder: %localappdata%\Microsoft\VisualStudio\16.0_xxxx\ComponentModelCache. After removing it, please run your Visual Studio as administrator.
    3. Close all running VS instances and try to delete the hidden .vs folder in the project folder.
    4. Repair your VS2019 with Visual Studio Installer > More > Repair.
    5. Update your VS2019 to the latest version.

     

    Sincerely,

    Anna


    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.