Results 1 to 12 of 12

Thread: VS 2003 is slow

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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)

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  5. #5
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: VS 2003 is slow

    Odd that it only affects the one project
    Perhaps it is set to compile as you type?
    Life is one big rock tune

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VS 2003 is slow

    Nar - not C#...

    It might be the IntelliSense cache, but I have no idea about that.

  7. #7

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VS 2003 is slow

    Quote 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?

  8. #8

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  9. #9
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    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

  10. #10
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: VS 2003 is slow

    Quote 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

  11. #11
    Fanatic Member JPicasso's Avatar
    Join Date
    Aug 2001
    Location
    Kalamazoo, MI
    Posts
    843

    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:
    Merry Christmas

  12. #12

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VS 2003 is slow

    Quote 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
  •  



Click Here to Expand Forum to Full Width