Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been trying out resharper and decided that I'd like to uninstall. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally uses to identify the location of errors in the code.

This has happened on two of our PCs so far. I've tried a reinstall and a repair, but no luck. Any ideas how I can restore the highlighting in Visual Studio?

Cheers

Nick

share|improve this question
Anyone help me out with this? The solutions below don't work... – Nick May 6 '09 at 15:49
I have been suffering with this issue for a while now ... hmemcpy's solution works a treat :) Thank you! – Nippysaurus Jun 4 '10 at 4:55

4 Answers

Go to Options → Text Editor → C# → Advanced, check the following options:

  • Underline errors in the editor
  • Show live semantic errors

alt text

share|improve this answer
1  
Thanks for the excellent answers (screenshot is much appreciated), but this doesn't fix the problem. I still get a blue underline when I get errors. The chosen colour for Syntax errors is red, so I have no idea what has happened... I even tried a complete uninstall and reinstall last night, but no joy. Any other ideas? – Nick 16 secs ago – Nick May 6 '09 at 8:24
I'm having the same issue... blue underline when I execute a resharper action. – Chuck Conway Jul 29 '10 at 22:49

Go to tools -> options and under Environment select the Fonts and Colors node.

Choose to show the settings for Text Editor and in the Display items listbox look up the item "Syntax Error" and fix the setting.

Another option might be to use the "Use Defaults" button on top of the same options form.

share|improve this answer
Thanks for the excellent answers (screenshot is much appreciated), but this doesn't fix the problem. I still get a blue underline when I get errors. The chosen colour for Syntax errors is red, so I have no idea what has happened... I even tried a complete uninstall and reinstall last night, but no joy. Any other ideas? – Nick May 6 '09 at 8:24

Check Show live semantic errors ... from the picture in one of the previous posts

share|improve this answer

I had a similar problem - not sure if it was brought on by Resharper uninstall - and it got fixed by installing VS 2008 SP 1.

http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en

share|improve this answer
1  
VS 2008 SP1, I mean. – Edward Oct 15 '09 at 16:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.