My intellisense and class highlighting is not working on one of the ASP.NET website projects. It works for all other projects, including other ASP.NET website projects, but not for that.
The project was written in VS2010, and I inherited it, but it's hard for me to use it without code highlighting and autocompletion!
Note. My general VS2012 settings seem to be correct, as I have never experienced this when loading other projects. I even created a new ASP.NET website project to test this, and yes, it all works great in a new project!
If I type the first letter of a word that needs to be recognized, for example. " S " System , and then pressing ctrl-space gives me a list of options for logical operators, local variables, such as:
for
myLocalVar
string
but there are no parameters for classes - therefore System does not appear, none of my classes. If I completely fill out the class name, it will remain black and will not be highlighted.
Here are two intellisense screenshots that do not work, and the lack of backlight. Any suggestions are greatly appreciated!


source share