我尝试使用旧的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。
App config:
mysql-for-visualstudio-1.2.4.msi
mysql-connector-net-6.9.7.msi
答案 0 :(得分:0)
解决了,我重新启动了Visual Studio,现在它可以工作了。重建是不够的。