cwilso8
10-08-2006, 06:36 AM
I receive this message when trying to enter a new column in the ads.xsd file.
"Failed to add column.
Unable to find connection 'classifiedsConnection' for object 'Web.config'. The connection string could not be found in application settings, or the data provider associated with the connection string could not be loaded."
Here is my connection string in the web.config file:
<add name="classifiedsConnection" connectionString="Data Source=sql2k599.discountasp.net;Initial Catalog= SQL2005_2432797_lease;User ID=xxxx;Password=xxxx" />
This is from the ads.xsd file:
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="classifiedsConnection" IsAppSettingsProperty="True" Modifier="Assembly" Name="classifiedsConnection (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManage r.0.ConnectionStrings.classifiedsConnection.Connec tionString" Provider="System.Data.SqlClient">
"Failed to add column.
Unable to find connection 'classifiedsConnection' for object 'Web.config'. The connection string could not be found in application settings, or the data provider associated with the connection string could not be loaded."
Here is my connection string in the web.config file:
<add name="classifiedsConnection" connectionString="Data Source=sql2k599.discountasp.net;Initial Catalog= SQL2005_2432797_lease;User ID=xxxx;Password=xxxx" />
This is from the ads.xsd file:
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="classifiedsConnection" IsAppSettingsProperty="True" Modifier="Assembly" Name="classifiedsConnection (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManage r.0.ConnectionStrings.classifiedsConnection.Connec tionString" Provider="System.Data.SqlClient">