IntelliSense failure in C#

  • Thread starter Thread starter Curious George
  • Start date Start date
C

Curious George

I am having an odd problem with my IntelliSense in a C# project.



In a few of my project files (not all) none of the keywords are blue
(private void, catch, finally, etc).

When I build they turn blue until I make a change to the file.



Also no IntelliSense is available



Any ideas?



George
 
Curious George, when you build do you get a compiler error? I've seen this
when I had a line which was too long for the compiler. Do you have any long
lines by chance?
 
I get no build or warning errors in the project.

I looked for long lines but found nothing out of the ordinary.

I did learn when messing around that it does not have this problem when in
debug mode.

Who would figure.
 
Back
Top