vote up 0 vote down star

I know that this is a trivial problem but Visual Studio 2008 has suddenly started taking a really long time to load one particular solution that I have. While watching the status bar it appears to get stuck on one project. That project is, however, the most trivial of all projects and is a simple library with a few DTO classes in it.

Any ideas on how to solve this?

flag

74% accept rate
Installed any plugins recently?? After installing resharper VS is slow for me. – Shoban Oct 22 at 15:32
No plugins - I had resharper for a while on another machine but ended up uninstalling it. But not on the machine in question here. – Guy Oct 22 at 19:18

1 Answer

vote up 1 vote down

Have you added a Setup project to the solution? It seems to me that those take much longer to load than other types of projects.

link|flag
Nope - no setup projects in this solution. – Guy Oct 22 at 19:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.