Hi
I have a problem,
I make a web site with Visiual Studio 2005 in C#. I use Sql server for my database.
Web site work on my local machine without any problem.
Web site wast work since yesterday at server machine. (It was work before)
I get an error message like this;
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'MySql.Data.MySqlClient' is already present.
Source Error:
Line 106: <add name="LocalMySqlServer" connectionString="" />
Line 107: </connectionStrings>
Line 108: <system.data>
Line 109: <DbProviderFactories>
Line 110: <add name="Odbc Data Provider" invariant="System.Data.Odbc" description=".Net Framework Data Provider for Odbc" type="System.Data.Odbc.OdbcFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config Line: 108
I don't use mysql and I didn't change anyting at datatables, classes or dadabase last4 days.