Visual studio is waiting for internal operation to complete

后端 未结 18 1041
名媛妹妹
名媛妹妹 2021-01-31 16:00

I have problem with my Visual studio 2013 Ultimate from few days. I\'m trying to open even simplest console application and VS hangs and when I click something else in Visual st

18条回答
  •  孤街浪徒
    2021-01-31 16:30

    For whats its worth, I remember working with a project that was using git source control, and we discovered that visual studios git client was causing the whole environment to run really really slowly, probably because the project was very large.

    Go to Tools->Options->Source Control->Plug-in selection-> Select None from the list.

    This improved things greatly for me in the past, hope it can help you!

提交回复
热议问题