views:

175

answers:

3

I have VS2008 (SP1) installed on a XP sp2 laptop.

One thing weired on IDE, I don't know how to fix it.

I'm programming a web application, have many tabs openning at the same time. When I switch from aspx to aspx.cs back and forth, I always get about 5 seconds delay before I can type the keyboard.

I thought this might relate to some background layout rendering process, but I never open "Design" screen fro aspx page, I always open "Source" screen. This 5 seconds delay annoying a lot.

Any configurations? suggestions?

Thanks a lot

A: 

Visual Studio really likes a good video card with a decent amount of video memory. It uses this for compositing the webpage.

Also, it's just a resource hog in general.

Chris Lively
A: 

How close are you to using all your physical RAM on your machine? Additionally, how many other processes are running when you are doing this, e.g. do you have an anti-virus, a handful of auto-updaters(Microsoft, Apple, Java, HP drivers), services like Windows error reporting, SQL Server, etc. running?

It can be a resource hog as others have noted and if this is early in opening the program there may be background things like loading assemblies going on.

JB King
+1  A: 

Hi!

I did some google searching for you! :-) (It's Christmas after all! :P) Perhaps this thread can be to any help. It seems to be the html validation that's making the switch horribly slow. Look at the replies marked as answers :)

-l3dx

l3dx
Thanks a lot. It does help!!!
simon