Visual studio is waiting for internal operation to complete

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

    There are also some steps, like to clean different cache you can follow, but it hasn't solved my problem… Check this blog post.

    The important part of it:

    There could be many reasons behind this. Few common fixes are below:

    1. Remove website cache from following location: C:\Users\%USERNAME%\AppData\Local\Microsoft\WebsiteCache
    2. Restart IIS: Start → RUN → iisreset
    3. Go to Tools → Options and browse all the options and disable all unnecessary options.
    4. Clear cache.
    5. Remove temp files.
    6. Ensure there is enough space in C (System) drive.

    Update 2017-01-03
    There are also ASP.NET caches in C:\Windows\Microsoft.NET framework folders, but this is rather for website or debug cache problems. When in the mentioned folder, search for "Temporary ASP.NET Files" in sub-directories and delete their content. If some files are locked, then iisreset should help.

    0 讨论(0)
  • 2021-01-31 16:06

    Not a great issue! Just restart your OS, whoooo Solved, every thing works smooth. This happens if we try to open more than one projects at a time.

    0 讨论(0)
  • 2021-01-31 16:08

    I meet the same problem in my Win10 PC, then I just fixed it by install Visual Studio update in Tools → Extension → Update → Visual studio 2013 update 5.

    After I installed the "Visual studio 2013 Update 5", the problem has gone.

    0 讨论(0)
  • 2021-01-31 16:08

    For those who have this problem sometime in WPF Projects, You should just close XAML Designer process in task manager and after that click the Enable project code button in XAML Designer tab in Visual Studio. By doing that you'll continue working without closing visual studio.

    0 讨论(0)
  • 2021-01-31 16:09

    This worked for me: I deleted my .suo and .tss temp files, then tried again. In the past I had created a new blank SLN, and added my projects back to it - that also works.

    0 讨论(0)
  • 2021-01-31 16:10

    The problem is fixed ... I make new console project and waited twenty minutes to actually create the project. After creation now every project opens immediately without any problem.

    0 讨论(0)
提交回复
热议问题