Top "Mysql.data" questions

MySql.

MySql.Data.MySqlClient.MySqlException: “The host localhost does not support SSL connections.”

I use MySql.Data 8.08 and .NET Core to connect to MySql 5.7.18 but following exception is being thrown: MySql.Data.MySqlClient.…

c# mysql asp.net-core mysql.data
Can't add Mysql.Data as reference after installing Visual Studio 2012

I have VS 2010 Professional installed in my machine. I tried to download VS 2012 Express to check this out. I explore …

c# .net visual-studio visual-studio-2012 mysql.data
Unable to update EntityFramework models from MySQL database in Visual Studio 2015 RC

My organization upgraded from Visual Studio 2013 to Visual Studio 2015 RC a couple months ago, and we only just now attempted …

c# entity-framework-6 visual-studio-2015 mysql-connector mysql.data
[A]MySql.Data.MySqlClient.MySqlConnection cannot be cast to [B]MySql.Data.MySqlClient.MySqlConnection

I am getting this strange inexplicable error when I uploaded my application to a server for testing. From what I …

c# mysql spring-mvc exception mysql.data
MySQL : 6.6.5.0 version of MySql.Data couldn't load

I use Entity FrameWork 5.0 and MySql connector 6.7.4 . I have a simple MVC Razor 4 application. When I start my appliaction there …

c# mysql entity-framework asp.net-mvc-4 mysql.data
Register entityFramework with MySql.Data 6.7.2.0 connector

I have tried to configure my web project to use MySQL pre release of .net connectors, version 6.7.2.0. However, i keep …

asp.net asp.net-mvc mono entity-framework-6 mysql.data