Hey guys,
Anyone encountered this before:
I'll be coding away, then I'll notice that a line of code that should give me a blue squiggly line underneath and an error warning doesn't. Then I realize that all debugging for typed items is gone (i.e. if I put something like
Dim a as integer =
it puts a blue squiggly uner the '=' saying it expects something. However, if I put
objNotDeclared.DoThis(This)
literallyin my code, I get no error, even though I have no object declared).
I've gone into the solution file properties and my Debug ASP.NET checkbox is checked. Any other thoughts? Do I maybe have a corrupt solution file/debug file/???
thanks,
D
Anyone encountered this before:
I'll be coding away, then I'll notice that a line of code that should give me a blue squiggly line underneath and an error warning doesn't. Then I realize that all debugging for typed items is gone (i.e. if I put something like
Dim a as integer =
it puts a blue squiggly uner the '=' saying it expects something. However, if I put
objNotDeclared.DoThis(This)
literallyin my code, I get no error, even though I have no object declared).
I've gone into the solution file properties and my Debug ASP.NET checkbox is checked. Any other thoughts? Do I maybe have a corrupt solution file/debug file/???
thanks,
D