6.3.4 was working just fine with VS2010.After a reboot VS now complains any time it sees the mysql connector. If I attempt to congfigure a SqlDataSource I get the following
"The Mysql Connector Net 6.3.4 package did not load correctly..."
The asp page stack trace looks like so
"[MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[abc], [www], [xxx] FROM [xxx]' at line 1]
MySql.Data.MySqlClient.MySqlStream.ReadPacket() +251
MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) +116
MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) +49
MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId) +119
MySql.Data.MySqlClient.MySqlDataReader.NextResult() +681
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1581
MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +36
"
The corresponding event viewer error states
".NET Framework Data Provider for MySQL: An unexpected error occurred in the data provider.
the message resource is present but the message is not found in the string/message table"
I'm running VS2010 on Win 7 64bit.
Any ideas what is causing this? I removed, reinstalled and even tried the previous version of the connector but I believe this isn't VS2010 ready.
Thanks.
"The Mysql Connector Net 6.3.4 package did not load correctly..."
The asp page stack trace looks like so
"[MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[abc], [www], [xxx] FROM [xxx]' at line 1]
MySql.Data.MySqlClient.MySqlStream.ReadPacket() +251
MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) +116
MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) +49
MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId) +119
MySql.Data.MySqlClient.MySqlDataReader.NextResult() +681
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1581
MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +36
"
The corresponding event viewer error states
".NET Framework Data Provider for MySQL: An unexpected error occurred in the data provider.
the message resource is present but the message is not found in the string/message table"
I'm running VS2010 on Win 7 64bit.
Any ideas what is causing this? I removed, reinstalled and even tried the previous version of the connector but I believe this isn't VS2010 ready.
Thanks.