There were problems with the color scheme of the visual studio program, and when trying to enter the settings, the program crashes

Никита Мурыгин 0 Reputation points
2023-04-25T15:19:49.1266667+00:00

text``` Good afternoon I'm having trouble with visual studio coloring

You can see the problem in more detail in the attached picture.

I do not know how to solve this problem (tried to reinstall the program, but it did not help). This interferes with work and greatly hinders. enter image description hereAny time I try to enter the project settings, the program kicks me out

Please help as soon as possible


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
    2023-04-26T03:20:48.3433333+00:00

    Hello @Никита Мурыгин,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    I think there are two main aspects, either VS is not installed or configured well on your machine, or some other applications/extensions/Windows OS affect VS.

    For VS itself

    1. Open VS Installer > More > Repair. After finishing repairing VS, run devenv /ResetSettings in Developer Command Prompt for Visual Studio.
    2. Try to reboot your machine and run VS as administrator.

    For other impacts

    1. Check if you installed any third-party extensions/applications/antivirus which may affect VS. Disable them temporarily and start VS again.
    2. Run devenv /SafeMode in Developer Command Prompt for Visual Studio to start VS in safe mode. If VS starts and works correctly, then the issue is caused by impacts outside of VS.
    3. Sometimes the color issue is caused by GPU drive, try to confirm that the GPU drive works well.
    4. Update Windows OS and make sure that there's no Windows Update error.
    5. Is there any limit(permission limit) on your machine?

    BTW, did you change anything special like modifying Windows Registry, removing some system files, changing Environment variables and renaming some files/folders?

    Sincerely,

    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.

    0 comments No comments