Hi,
I'm new at this and need some help.
I'm writing a simple validation page, and have edited my web.config page to include the path to a system database that points to an access db.
All is well except I have over 100 messages all saying:
[Message 2 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configSections'.]
I have a line on this page that reads:
[<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">]
I found on another forum that if change this line to just:
[<configuration>]
All the messages disappear and give far less messages that say:
[Warning 1 The 'requirePermission' attribute is not declared. ]
&
[Message 5 Could not find schema information for the element 'microsoft.web'. ]
Can anyone suggest anything?