我应该选择哪个版本的EntityFramework for MySQL?

时间:2015-08-10 14:36:41

标签: c# mysql entity-framework-6

我尝试使用旧的MySQL数据库编写应用程序。我有VS2013 .NET 4.0项目。我安装了:

protected void ddl_SelectedIndexChanged(object sender, EventArgs e)
{ 
    /// send value to filter or bind gridView1
    /// bind gridvew
    string temp = GridView1.Rows[0].Cells[3].Text;
    /// or any code to get values from GridView Cell

}

如果我添加连接字符串,我成功连接到数据库,但是它找不到正确版本的EntityFramework或者什么?见截图。那我该怎么办?

此连接器is claimed to support EF6。

Visual Studio EF6 Mysql error

references

App config:

mysql-for-visualstudio-1.2.4.msi
mysql-connector-net-6.9.7.msi

1 个答案:

答案 0 :(得分:0)

解决了,我重新启动了Visual Studio,现在它可以工作了。重建是不够的。