VS2010添加mysql.data引用
"在编译示例代码之前,请确保您已根据需要添加了对项目的引用。所需的引用是 System, System.Data 和 MySql.Data。”
如何添加对项目的引用?我已经安装了 Connector/Net 驱动程序,但是引用存储在哪里以及如何将它们导入到项目中?
"Before compiling the example code make sure that you have added References to your project as required. The References required are System, System.Data and MySql.Data."
How can i add references to the project ? I have already installed Connector/Net driver but where are the references stored and how can i import them to the project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击项目名称。转到“添加引用”...找到 mysql 程序集并选择它。
Right click on the project name. Go to "Add Reference"... Locate the mysql assembly and select it.