My intellisense and class highlighting does not work on one of ASP.NET website projects. It works for all other projects, including other ASP.NET website projects but just not this one.
The project was written in VS2010 and I've inherited it but am finding it difficult to use without code highlighting and auto-complete!
Note: my general VS2012 settings seem correct as I've never experience this with other projects loaded. I even created a new ASP.NET website project to check this, and yep, it all works fine in the new project!
If I type the first letter of a word that should be recognised e.g. the "S
" of System
then hitting ctrl-space
gives me a list of options for logic operators, local variables, types such as:
for
myLocalVar
string
but no options for classes - so System
doesn't appear, neither do any of my classes. If I do type out a class name in full then it will stay black and not be highlighted.
Here are two screen shots of the intellisense not working and the lack of highlighting. Any suggestions much appreciated!