Web.config not well-formed?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scott M.

    Web.config not well-formed?

    I took a look at the global web.config file in the 2.0 Framework folder and
    opened it within VS 2005. Upon opening it, the IDE shows many validation
    errors, most of which have to do with some attributes having a value of
    "true", when the schema calls for "True" or vice versa.

    How can this be? This is a new installation with an unmodified web.config
    file.

  • Walter Wang [MSFT]

    #2
    Re: Web.config not well-formed?

    Hi Scott and Juan,

    I believe what Scott meant is about the validation warnings instead of
    errors. This is a known issue of Visual Studio 2005:

    #Feedback: Web.config Case Sensitivity Throws Warning - Error

    kID=97730


    Unfortunately we currently haven't fixed it due to compatibility issues.
    Sorry for the inconvenience caused.


    Regards,
    Walter Wang (wawang@online. microsoft.com, remove 'online.')
    Microsoft Online Community Support

    =============== =============== =============== =====
    When responding to posts, please "Reply to Group" via your newsreader so
    that others may learn and benefit from your issue.
    =============== =============== =============== =====

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Comment

    • Scott M.

      #3
      Re: Web.config not well-formed?

      Thanks Walter. Yes, I did mean valid, rather than well-formed (need more
      sleep!). What will the ramifications of web.config not conforming to its
      own schema in this way be?


      ""Walter Wang [MSFT]"" <wawang@online. microsoft.comwr ote in message
      news:TEszJc1KIH A.5032@TK2MSFTN GHUB02.phx.gbl. ..
      Hi Scott and Juan,
      >
      I believe what Scott meant is about the validation warnings instead of
      errors. This is a known issue of Visual Studio 2005:
      >
      #Feedback: Web.config Case Sensitivity Throws Warning - Error

      kID=97730
      >
      >
      Unfortunately we currently haven't fixed it due to compatibility issues.
      Sorry for the inconvenience caused.
      >
      >
      Regards,
      Walter Wang (wawang@online. microsoft.com, remove 'online.')
      Microsoft Online Community Support
      >
      =============== =============== =============== =====
      When responding to posts, please "Reply to Group" via your newsreader so
      that others may learn and benefit from your issue.
      =============== =============== =============== =====
      >
      This posting is provided "AS IS" with no warranties, and confers no
      rights.
      >

      Comment

      Working...