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?


Recommended Answers

All 2 Replies

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?

Could I have been so blind? Thanks for that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.