Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slow solution loading in visual studio 2008

I am working on an ASP.NET 3.5 project which has 55 projects in a solution. When opening the solution in Visual Studio 2008, it takes over a minute to open - about 1 second for each project. However, if I disconnect the network cable before opening the solution, it only takes about 15 seconds! Any ideas about what could be causing the slowdown?

like image 661
Paul Hyman Avatar asked May 11 '09 21:05

Paul Hyman


People also ask

How do I fix Visual Studio running slow?

You might have extensions installed that slow Visual Studio down. For help on managing extensions to improve performance, see Change extension settings to improve performance. Similarly, you might have tool windows that slow Visual Studio down.

Why does Visual Studio take so long to start?

To avoid extending startup time, Visual Studio loads extensions using an on demand approach. This behavior means that extensions don't open immediately after Visual Studio starts, but on an as-needed basis.


1 Answers

I had this happen to me back in the days when we were using Visual Source Safe.

Could be your source control plugin asking for updates if you have the solution under source control.

like image 137
jvanderh Avatar answered Sep 28 '22 09:09

jvanderh