-1

我收到以下错误消息:

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)‌​; 
4

1 回答 1

0

您可能在输出目录中缺少“MySql”dll。

于 2012-06-05T07:10:13.070 回答