Bug #70803 | Wrong namespace on MySql.Data.MySqlClient.MySqlClientFactory | ||
---|---|---|---|
Submitted: | 2 Nov 2013 15:17 | Modified: | 27 Dec 2013 1:00 |
Reporter: | David Sarmiento | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.8.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[2 Nov 2013 15:17]
David Sarmiento
[6 Nov 2013 0:14]
Francisco Alberto Tirado Zavala
Hello David. Please verify that the configuration in your app.config/web.config looks like: ... <entityFramework> <providers> <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.8.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider> </providers> </entityFramework> ... Note the "MySql.Data.Entity.EF6" in the type property. You can take a look here to know more about the configuration for EF5 or EF6: http://bugs.mysql.com/bug.php?id=70758 Thanks for your time.
[28 Dec 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".