Visual Studio - Designer process terminated unexpectedly

后端 未结 6 1195
别跟我提以往
别跟我提以往 2020-12-10 06:03

After opening project (new or old) Visual Studio shows warning \"Designer terminated unexpectedly\" (can see in the picture below). What could cause this error? And

6条回答
  •  轮回少年
    2020-12-10 06:31

    I just had a similar problem. Tried:

    • Clicking to reload the designer
    • Cleaning my solution
    • Restarting Visual Studio
    • Repairing Visual Studio
    • Uninstalling and re-installing Visual Studio!

    It ended up being graphics related, as you mentioned.

    I have hybrid graphics (Intel and NVIDIA), and was using NVIDIA for Visual Studio. Changed it to Intel and this worked.

    If it helps, a screenshot of my NVIDIA control panel is below:

    Before (broken):

    Before (NVIDIA control panel set to NVIDIA)

    After (working):

    After (NVIDIA control panel set to Auto-select)

提交回复
热议问题