|
-
Jun 6th, 2006, 10:11 AM
#1
VS 2003 is slow
I'm working on a very large ASP.NET solution that contains about 15 projects in it. In one of the projects - an Asynchronous HTTP Handler - typing has become a pain as it is very slow. I'm a fast typer - 115 wpm - and I end up typing a line of code and have to sit there and wait for the IDE to render those characters. I can't even switch to another window while this happens, or the rendering will simply stop. It's obviously extremely frustrating.
The IDE is slow in just this one project and nowhere else.
What should I look for that may offer a clue as to why it's being so slow?
(PS: C# codebehind)
-
Jun 6th, 2006, 02:33 PM
#2
Re: VS 2003 is slow
1-Close unused open tabs and unnecessary running applications and use a RAM utility like "FreeRamXP Pro"
2-Set the MSDEV.exe process priority to "RealTime"
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 6th, 2006, 09:34 PM
#3
Re: VS 2003 is slow
Agg, no, don't set things to Realtime, particularly slow processes. You'll just freeze up the system.
3 - Import the code files into a fresh project.
-
Jun 6th, 2006, 10:36 PM
#4
Re: VS 2003 is slow
4- put directly related projects in a solution and combine them when you are done
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 7th, 2006, 03:45 AM
#5
-
Jun 7th, 2006, 04:03 AM
#6
Re: VS 2003 is slow
Nar - not C#...
It might be the IntelliSense cache, but I have no idea about that.
-
Jun 7th, 2006, 04:12 AM
#7
Re: VS 2003 is slow
 Originally Posted by Valleysboy1978
Odd that it only affects the one project 
Perhaps it is set to compile as you type?
Where can I find this setting?
-
Jun 7th, 2006, 04:13 AM
#8
Re: VS 2003 is slow
Oh. Didn't see penagate's post. Let me poke around these menus for a while. Feel free to post any suggestions at all, no matter how trivial or pointless they may seem.
-
Jun 7th, 2006, 06:07 AM
#9
Fanatic Member
Re: VS 2003 is slow
Not sure, I only heard about it sorry.
I'd check all the properties for that project against one of the ones that are fine. Obviously it is something specific to that project that is slowing it down
 Life is one big rock tune 
-
Jun 7th, 2006, 06:32 PM
#10
Re: VS 2003 is slow
 Originally Posted by mendhak
Oh. Didn't see penagate's post. Let me poke around these menus for a while. Feel free to post any suggestions at all, no matter how trivial or pointless they may seem.
Look under Options for the Quality Tab. Uncheck the box for "supress laughter at coding style". However, you will want to disconnect your speakers first.
My usual boring signature: Nothing
 
-
Jun 8th, 2006, 09:54 AM
#11
Fanatic Member
Re: VS 2003 is slow
Strangely enough I've noticed the same problem with my Windows forms, C# project.
I used to use VB.NET 2003 and never saw this behavior. Now I"m in VS2005, C# and I'll see it "hang" now and again. And I'm lucky to type 50 wpm while coding.
This is not a hugo solution, two projects and maybe 30 class files.
:shrug:
-
Jun 8th, 2006, 03:01 PM
#12
Re: VS 2003 is slow
 Originally Posted by Shaggy Hiker
Look under Options for the Quality Tab. Uncheck the box for "supress laughter at coding style". However, you will want to disconnect your speakers first.
That wasn't it either. I did find a checkbox for "Analyze like a wife after every character typed." Unfortunately, that's been grayed out.
(Which basically means, the search continues, I'll have an update later, been a busy week.)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|