Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Warning Show in VS Express 2013 Desktop

"the 'configuration' element is not declared"

and When i try XML > Schemas > DotNetConfig then this Warning is gone but 3 New Messages Show in Error List

Message 1 Could not find schema information for the element 'supportedRuntime'
Message 2 Could not find schema information for the attribute 'version'
Message 3 Could not find schema information for the attribute 'sku'

What i Do?

What I have tried:


<configuration>
<configsections>

<connectionstrings>
<add name="TestData"
="" connectionstring="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\HP\Documents\Visual Studio 2013\Projects\Test\TestData.accdb" providername="System.Data.OleDb">

<startup>
<supportedruntime version="v4.0" sku=".NETFramework,Version=v4.5">
Posted
Updated 19-Mar-20 2:37am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900