VS 2010 Syntax error highlighting disappeared

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeffrey K Pry
    New Member
    • Jan 2011
    • 6

    VS 2010 Syntax error highlighting disappeared

    Hello,
    For some reason my syntax error highlighting has disappeared from Visual Studio 2010. For example, this shows no error until I try to build this...
    Code:
    String userName = Request.ServerVariables("LOGON_USER");.
    fW4YQHKRHAENKR!!!;
    Thanks for your help!
    Jeffrey Kevin Pry
  • Leito
    New Member
    • Apr 2010
    • 58

    #2
    Check the syntax highlighting of the "Syntax error" item:

    Comment

    • Jeffrey K Pry
      New Member
      • Jan 2011
      • 6

      #3
      Awesome.... Thanks!
      Attached Files

      Comment

      • Jeffrey K Pry
        New Member
        • Jan 2011
        • 6

        #4
        Actually, I just tried that and everything is set up correctly, but it still doesn't show the error,

        Comment

        • Jeffrey K Pry
          New Member
          • Jan 2011
          • 6

          #5



          This worked!
          Thanks!

          Comment

          • Leito
            New Member
            • Apr 2010
            • 58

            #6
            Well, glad you solved your problem :)

            Comment

            Working...