Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft visual studio 2013 is busy error

In the past few days, I started to get an error. Every time I press F5 to debug my Windows phone 8 application on wp8 device, After five seconds it stuck and displays:

Microsoft Visual Studio is busy

And that it restart the visual studio.

I already tried to repair it, repair update 3, re-install resharper and nothing helped.

What can I do?

like image 723
Arie Avatar asked Aug 22 '14 08:08

Arie


People also ask

How do I fix Visual Studio is busy?

uncheck Debug -> Options -> Enable UI debugging for XAML fixes the problem for me. Yes uncheck Debug -> Options -> Enable UI debugging for XAML fixes the problem.

How do I unfreeze Visual Studio?

The workaroundOpen Tools / Options in Visual Studio 2019 and find the Projects and Solutions node. Unselect 'Allow parallel project initialization' Click 'OK' and close the solution.


1 Answers

you can try below thing it works for me when I face this type of problem :-

Start -> RUN -> iisreset 

the problem is that IIS doesn't restart each time you start up your pc. Simpy run the command (either in the Command Prompt, or "Run" function) "iisreset"

VS instantly woke up after iisreset in my case. I hope it will help you too.

Some extra information :-

http://geekswithblogs.net/sevenfortytwo/archive/2006/11/23/97947.aspx

like image 72
Neel Avatar answered Sep 21 '22 10:09

Neel