Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My Visual Studio (2008) Editor has stopped to underline Errors (this nifty wavy red lines). I can't really tell when, but it can be related to the installation of .Net Framework 3.5 SP 1 or the MVC Beta (which I guess is unlikely). Furthermore have I installed and uninstalled both CodeRush and Resharper for evaluation purposes (decided not to keep either one of them).

Does anyone know the problem and how to restore this functionality again?

share|improve this question
2  
I recently encountered the same problem with VS 2010. And I noticed it soon after, guess what, I installed and uninstalled Resharper. – Dmitry Tashkinov May 2 '11 at 13:18
Same here. Resetting settings as suggested in the answer fixed it. – Jon Sep 5 '11 at 6:14

1 Answer

up vote 49 down vote accepted

Have you checked tools -> options -> text editor -> C# -> Advanced -> Underline Errors in the editor?

I usually like to re-set my settings after messing around with plugins, they tend to mess with settings: Tools -> Import Export Settings -> Reset all settings

share|improve this answer
that one was just a bit too obvious for me. thanks, everything works fine ;) – Matthias Nov 6 '08 at 7:31
1  
Same fix worked for VS2010. – CeejeeB Mar 6 '12 at 8:56

Your Answer

 
discard

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

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