Why do I keep losing Intellisense in the command or immediate window when
debugging? I didn't use to have this happen and sometimes it's available
and sometimes it's not. It's pretty hard to test certain variables when you
don't remember what all the gazillion methods and properties are for a
datareader for instance. I always have to cancel the debug, go back up to
teh code, figure out what the syntax is, then run debug again. Does anyone
know why the intellisense -- sometimes only -- doesn't work in debug mode?
Mark Rae [MVP] - 27 Oct 2007 20:16 GMT
> Why do I keep losing Intellisense in the command or immediate window when
> debugging? I didn't use to have this happen and sometimes it's available
[quoted text clipped - 4 lines]
> anyone know why the intellisense -- sometimes only -- doesn't work in
> debug mode?
It depends what you're debugging - if it's page level stuff, IntelliSense
tends to die when the page times out...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
guy - 28 Oct 2007 13:36 GMT
That happens to me too, and not just when debugging, but only in
Default.aspx:-(
Also Build ***Always*** succeeds, errors only being picked up by the
compiler when I run the app.
Guy
> Why do I keep losing Intellisense in the command or immediate window when
> debugging? I didn't use to have this happen and sometimes it's available
[quoted text clipped - 3 lines]
> teh code, figure out what the syntax is, then run debug again. Does anyone
> know why the intellisense -- sometimes only -- doesn't work in debug mode?