有一个项目必须连接mysql服务器。为此,我必须导入Mysql.data.dll。我做的。之后我想运行我的项目编译器说“Error 2 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) C:\Users\User\Documents\Visual Studio 2013\Projects\Project_name\Project_name\Db_Handling.cs 6 7
”。但是添加的引用中的dll和我使用它导入它。同样的情况发生在2012年和2013年,尽管我还有一个这个dll的项目。
我(想)使用6.7.2.0版本的mysql dll,如果有帮助的话。
答案 0 :(得分:1)
问题:正如您所说,您已经通过Mysql
语句添加了using
dll并引用了所需的命名空间,我认为唯一的问题是IDE没有提取最新的MySQL引用已添加到项目中。
解决方案:您可以clean
和rebuild
整个解决方案将最近添加的参考文献添加到您的项目中。