Visual Studio freezes or hangs on startup

后端 未结 13 744
夕颜
夕颜 2020-12-13 03:23

I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open.

This ca

13条回答
  •  忘掉有多难
    2020-12-13 04:20

    I was having this issue when using the Git source-control plugin.

    I ran devenv.exe /SafeMode

    And then in Options -> Source Control -> Plug-in Selection made sure "None" or "Visual Studio Team Foundation Server" was selected. After that, VS started normally.

提交回复
热议问题