Visual studio is waiting for internal operation to complete

后端 未结 18 1076
名媛妹妹
名媛妹妹 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:27

    I had a similar problem when trying to load Xamarin project. Regretfully, deleting *.suo file, as well as other answers mentioned here, did not help.

    The solution was to reset Visual Studio settings, as described at https://blogs.msdn.microsoft.com/willy-peter_schaub/2010/09/15/if-you-have-problems-with-tfs-or-visual-studio-flush-the-user-cache-or-not/

    Delete the contents from the following folders:

    • C:\Users\<>\AppData\Local\Microsoft\Team Foundation
    • C:\Users\<>\AppData\Local\Microsoft\VisualStudio
    • C:\Users\<>\AppData\Local\Microsoft\VSCommon

    Go to the Visual Studio IDE folder in command prompt and Run the following command “devenv /resetuserdata” from the Visual Studio IDE folder: * Typical location for 64 bit: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE * Typical location for 32 bit: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE

    Be careful, as you will lose all your project settings

提交回复
热议问题