Reputation: 13727
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.
Upvotes: 2
Views: 1418
Reputation: 25280
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).
Upvotes: 1
Reputation: 7877
I assume that you have already installed the hotfix for VS2008 ASP.Net Designer performance issues? Link
Upvotes: 1
Reputation: 13633
Do you notice any difference when starting in Safe Mode?
devenv.exe /SafeMode
Upvotes: 1