Visual studio 2013 works slow after Update 4

前端 未结 5 1593
情书的邮戳
情书的邮戳 2021-02-05 02:43

Does anybody know if Visual Studio Update 4 bring something which can consume CPU too much? I had update 3 before and did not have any issues with performance, but after Update

5条回答
  •  故里飘歌
    2021-02-05 03:01

    Just in case if disabling browser link does not solve the problem, try to run VS in safe mode by running devenv.exe /safemode. This will disable any third party add-ins and you can check if some add-ins have issues with the new update.

    If it still doesn't solve the problem, try reinstalling VS, and make sure that the installation run without any problems.

提交回复
热议问题