views:

744

answers:

3

Visual studio designer for asp.net applications is generally very slow and i would like to know if there are any tips or guidelines for settings in order to get better.

The problem is usually noticed when i try to make a change in design or source view, especially in source view it may get non-responding for a couple of seconds.

+1  A: 

Do you notice any difference when starting in Safe Mode?

devenv.exe /SafeMode
Gordon Bell
+1  A: 

I assume that you have already installed the hotfix for VS2008 ASP.Net Designer performance issues? Link

Robert Jeppesen
+1  A: 

I experienced a very similar issue when I first installed Visual Studio Team System 2008 Development Edition. I have issues with VS design view and could not switch to "Split View"

Reference the following ASP.NET thread link to see if any of this information helps..(Warning: It is quite long).

Michael Kniskern