Search found 1 match

by testerguy
Wed 29 Feb 2012 06:03
Forum: dotConnect for MySQL
Topic: EF4.1 Code First Error
Replies: 3
Views: 3325

This workaround is broken on the latest version of the MySQL dotConnect. I upgraded to 6.70.311.0.

Previously, using 6.50, I had this error, and I corrected it using the following code:

Dim config As MySqlEntityProviderConfig = MySqlEntityProviderConfig.Instance
config.Workarounds.IgnoreSchemaName = True

This fix worked and the error disappeared.

However, now I upgraded to 6.70.311.0 the error has returned.

Please advise, thanks.