我收到以下错误消息:
CS0246: The type or namespace name 'MySqlConnection' could not be found
(are you missing a using directive or an assembly reference?
我正在使用以下代码:
MySqlConnection conn = new MySqlConnection(ConfigurationManager.ConnectionStrings["conn"].ConnectionString);
答案 0 :(得分:0)
您可能缺少输出目录中的“MySql”dll。