Reputation: 784
Is Visual studio 2010 slower than 2005? I just had my laptop upgraded to windows 7 64bit with visual studio 2010, and vs 2010 is much slower than vs2005 was when I had xp. Any upgrades or configurations you can think of that might help me out?
Upvotes: 0
Views: 260
Reputation: 129
Depending on your setup, Visual Studio 2010 can be faster than VS 2010 or slower. I'm not sure from your question in what way Visual Studio is running slower, though. Is it just Visual Studio, or is anything else slower?
Upvotes: 1
Reputation: 9340
Turn off the "Enable rich client visual experience" and turn on "Use graphics hardware acceleration if available"
Upvotes: 3
Reputation: 67380
Extra features always come at a cost. If you don't upgrade your computer at a similar rate you upgrade your software, you'll find it gets slower and slower.
About VS2010 specifically, the UI uses WPF, so you need at least a decently passable graphics card to handle it. Intellisense also got a lot better, so it will use slightly more CPU.
For what it's worth, 2010 runs very smoothly on my computer.
Upvotes: 2