Visual Studio 2008 - syntax-highlighting and intellisense not working for aspx, js, css

Posted by michalstanko on Stack Overflow See other posts from Stack Overflow or by michalstanko
Published on 2010-01-26T11:53:28Z Indexed on 2010/04/09 19:53 UTC
Read the original article Hit count: 930

Hello all,

I'm having problems with Visual Studio 2008, namely, syntax-highlighting and intellisense for *.aspx, *.js and *.css files (and maybe more) not working. Also, when I go to Tools -> Options... -> Text editor -> HTML -> Format, I see this error message:

"An error occurred loading this property page"

Everything was working fine before, until recently.

The only change that might have possibly triggered this (but I am not 100% sure whether it stopped working at that exact time or some other time) was a change of the display language in my Windows 7 installation.

I have already tried running:

devenv /Setup
devenv /ResetSkipPkgs
devenv /ResetSettings

...none of which helped. Also, setting my default system font to Tahoma, which was a suggestion I found somewhere else, did not work for me (it was Tahoma before, since I use the Windows Classic theme).

Thank you very much for your suggestions.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008