I have the same problem as you describe.
Pleas post when you find a solution. I will do as well.
"Mark" wrote:
> Hi Ken,
>
> Thanks for the response. Yeah, I'm betting its one of those new IDE
> features. I've tried many of those settings ... no luck yet. It's
> particularly galling because my coworker, who has the same computer (a Dell
> Inspiron 8500 with 2.4 GHz Pentium 4) - except he only has 1 GB memory! -
> does not have the problem !! We've compared config settings and seen no
> significant differences (other than him not getting that delay!)
>
> And this did not happen with this computer and this project in VS 2003 ...
> I'll keep hacking at it, and worst case, I'll burn one of those MSDN support
> incidents (and likely a few hours on the phone with MS support :-)
>
> Cheers,
>
> Mark
>
> "Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
> news:eXFxrcwQGHA.4960@TK2MSFTNGP12.phx.gbl...
> > "Mark" <mark.bax@blaisesoft-xxx.com> wrote in message
> > news:u8NLWkvQGHA.4900@TK2MSFTNGP09.phx.gbl...
> >> Thanks Homer :-)
> >>
> >> I have 1.25 GB RAM, so that's not the problem ... anyone have any other
> >> thoughts ??
> >>
> >> It's probably not Intellisense per se, I mean, I'm not waiting for a
> >> member list to drop. I get this 3 second delay after stepping of an
> >> edited line - like the IDE is having trouble parsing the line or
> >> something
> >>
> >> I don't know what it is, but man is it frustrating. It only happens in
> >> the larger solution I'm working on. Other solutions behave fine.
> >>
> >> Sheesh!
> >
> > Just going off of memory here (since answers aren't exactly "stacking up"
> > <g>) The slow down is caused by background compilation. That background
> > stuff allows the IDE to show those little squiggly's when you forget to
> > declare a variable (etc). So far, I've just "played around" in dotNet so
> > nothing I've created causes the slowdown. If I'm correct, basically, every
> > time you hit a key, the IDE is crunching the entire app to see if you're
> > typing something that exists. Of course, that means, the bigger the app,
> > the faster the PC you'll need to get "smooth" operation out of it.
> >
> > At this point, I don't have a clue about which options to select/de-select
> > to speed things up and don't have a project large enough for any of the
> > settings to show a difference. Try clicking on Tools/Options, make sure
> > the 'Show All Settings' checkbox is checked. From there, try anything that
> > looks obvious. Maybe clearing the 'Enable Error Correction Suggestions'
> > and similar checkboxes will speed things up for you. Of course, everything
> > you clear has an impact on "the look and feel" so be gentle at first <g>
> >
> > Multi-Core CPUs are coming down in price too ;-)
> >
> > --
> > Ken Halter - MS-MVP-VB (visiting from VB6 world) -
http://www.vbsight.com > > Please keep all discussions in the groups..
> >
>
>