vote up 1 vote down star

This happened to me in Visual Studio 2008 pre and post 2008 sp1 on more than one computer and to someone else I know, so it can't be an isolated incident.

Seemingly random, every so often I lose all syntax highlighting in my aspx page (the html) so that Visual Studio now looks like a really expensive version of notepad.

Does anyone know why does happens? Better yet, anyone know how to fix it?

flag

4 Answers

vote up 1 vote down check

Hi it happened to me after an uninstall of visual studio using a removal tool at http://msdn.microsoft.com/en-us/vstudio/bb968856.aspx I had to run this before upgrading sql server management studio to 2008 version syntax highlighting has disappeared since because of package loading failures. I didn't find the fix yet so if anybody has an idea...

link|flag
vote up 1 vote down

You have basically experienced Visual Studio giving up. It gives up for many reason, the page is too complicated to highlight which is usually because there are too many syntax errors. The highlighting is done with some very complicated and intelligent RegEx statements essentially, however if Visual Studio is unable to apply them it just displays black text.

One thing to try is to fix all the syntax issues, if any.

By the way this "giving up" happens in most IDE's. I have seen it happen once or twice in Elcipse too.

link|flag
vote up 0 vote down

when this happens to me, i let it sit there for a minute. it will usually bring the syntax highlighting back.

link|flag
I don't why It was voted negatively. It works to me sometimes. – Adones Cunha Nov 10 '08 at 14:27
vote up 1 vote down

Try Ctrl-K, Ctrl-D (reformat document). This will usually restore you syntax coloring. If it doesn't, it should tell you where it got confused (e.g. Couldn't reformat due to line 123).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.