IntelliSense failure in C#

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
 
G

Greg Ewing [MVP]

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

Curious George

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top