Error 1 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\公司资料\HPIMES\trunk\Code\InventecCQUPH\UPHService\UPHService\UPH.Implementation\IMP_Floor.cs 13 7 UPH.Implementation
。
错误提示,找不到MySql文件。
文件是引入的,
驱动程式版是 :MySQL Connector Net 5.2.7;
数据库版本是:Server version: 5.7.17-log MySQL Community Server (GPL);
Vs 2008 软件 C# ,
MySql 数据也能保存数据了,
咋解决了????????
删掉重新引用。
删了的,都不行。
引用不成功的话用nuget获取试试
确定命名空间名称正确,MySQL.Data中有这个命名空间吗?
数据库和驱动的版本不匹配。