Waiting for background operation to complete

I have long been plagued by the too-common message, “Waiting for a background operation to complete ...” in Visual Studio 2012 (Professional), but it is pretty sporadic.

Lately, I really try my best to use Visual Studio almost always when I try to do something with any kind of Razor (mainly to move the cursor) the visual studio freezes and the above message appears about a minute at a time, (If, when he finishes doing things, and then click again in the view, the process repeats, repeats and repeats .....)

I searched high and low and read a lot of articles regarding this and people's suggestions, and tried to change the indentation settings, reset the settings, etc., but no one worked.

Does anyone come across something else that might work, as it seriously interferes with my ability to use visual studio and sadly provokes a lot of curse.

+5
source share
3 answers

I know that I asked this question some time ago, but I thought that it would be best to lay out my conclusions, as they can help others.

The exact reason for the wait dialog is still unknown, but since then I transferred the project to a local drive and implemented the Team Foundation server to host and backup the main project files.

Since switching to a local drive and using TFS, I no longer saw the VS Waiting dialog box.

0
source

VS2012, , , :

  • /
  • Reset VS
  • 2
  • / VS

VS2012 ().

.

0

Make sure IIS or another process (possibly BizTalk) blocks your dll / links
Kill / Stop IIS if it

0
source

All Articles