Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You're going to laugh, but we've discovered that the more tool windows you have open, the slower VS operates. Most of the tool windows tie into VS IDE events and update any time the code/designer changes. If you have any sort of refactoring tool (like DevEx Refactor!), you might try uninstalling it; we've had some of those tank before, too. Also, with VB.NET, since it has the design-time compiler, it helps if you keep your solution size small. The bigger the solution, the more VS has to try and compile each time the code changes. Just a few suggestions...
|