PC Review


Reply
Thread Tools Rate Thread

Could not find schema information in app.config

 
 
jhansen
Guest
Posts: n/a
 
      15th Jun 2006
I am getting informational warnings about the following app.config and
indicate the following. I am using C# visual studio 2005 and used the
Settings.settings to set up my values scoped as application. How do I
clear up these informational warnings?

The 'requirePermission' attribute is not declared.
Could not find schema information for the element
'applicationSettings.'
Could not find schema information for the element
'ABC.Properties.Settings'.
Could not find schema information for the element 'setting'.
Could not find schema information for the attribute 'name'.
Could not find schema information for the attribute 'serializeAs'.
Could not find schema informatmion for the element 'value'.


app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings"
type="System.Configuration.ApplicationSettingsGroup, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=xxx" >
<section name="ABC.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=xxx"
requirePermission="false" />
</sectionGroup>
</configSections>
<connectionStrings>
<add name="ABC.Properties.Settings.TESTConnectionString"
connectionString="Data Source=SERVERNAME;Initial
Catalog=TEST;Integrated Security=True;Pooling=False"
providerName="System.Data.SqlClient" />
<add name="ABC.Properties.Settings.FSProdConnectionString"
connectionString="Data Source=ATEST;Initial Catalog=APROD;Integrated
Security=True;Pooling=False"
providerName="System.Data.SqlClient" />
<add name="ABC.Properties.Settings.DBConnect"
connectionString="Data Source=SERVERNAME;Initial
Catalog=TEST;Integrated Security=True;Pooling=False"
providerName="System.Data.SqlClient" />
</connectionStrings>
<applicationSettings>
<ABC.Properties.Settings>
<setting name="CSVFilePath" serializeAs="String">
<value>\\orion\commons\Janet\</value>
</setting>
</ABC.Properties.Settings>
</applicationSettings>
</configuration>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find schema information for the element Jeff Microsoft ASP .NET 1 5th Mar 2008 09:36 AM
could not find schema information policyinjection joyce Microsoft Dot NET Framework 0 11th Jul 2007 02:45 PM
Schema Information not found in web.config Ryan Microsoft VB .NET 2 22nd Jun 2006 08:55 AM
Could not find schema information =?Utf-8?B?RGVyZWs=?= Microsoft ASP .NET 0 14th Mar 2006 10:42 AM
ASP.NET 2.0 : compile error : Could not find schema information John A Grandy Microsoft ASP .NET 1 2nd Nov 2005 07:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:57 AM.