在VIsual Studio Express 2013中添加My SQL数据源

在VIsual Studio Express 2013中添加My SQL数据源

问题描述:

我已经安装了这两个要求:
1-Connector/Net 6.8.1 beta或更高版本,以检查Connector/Net&实体框架功能. (下载地址为: http://dev.mysql.com/downloads/connector/net/(在开发版本中).
2- https://cdn.mysql.com/下载/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi

I already install this two requirement:
1-Connector/Net 6.8.1 beta or higher version to check the Connector/Net & Entity Framework features. (download at: http://dev.mysql.com/downloads/connector/net/ on the development releases).
2-https://cdn.mysql.com/Downloads/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi

但是仍然不确定为什么数据源仍然没有出现在该选项中.有人知道为什么吗?请指教.

But still not sure why the data source still not appear in the option. Anyone have idea why? Please advise.

顺便说一句,我正在使用Visual Studio Express 2013.

BTW I'm using Visual Studio Express 2013.

这是因为Visual Studio Express不允许您安装扩展.这是Express版本的限制之一.您需要手动添加与MySQL相关的所有内容.

That's because Visual Studio Express does not allow you to install extensions. This is one of the limitations of the Express edition. You need to add everything MySQL related manually.

此处:

用于Visual Studio的MySQL不支持Microsoft开发产品的Express版本,包括Visual Studio和Microsoft Visual Web Developer.

MySQL for Visual Studio does not support Express versions of Microsoft development products, including the Visual Studio and the Microsoft Visual Web Developer.

要将MySQL Connector/Net与Microsoft开发产品的Express版本一起使用,请使用MySQL Connector/Net 6.7.4或更高版本,而无需安装MySQL for Visual Studio.

To use MySQL Connector/Net with an Express versions of Microsoft development products, use MySQL Connector/Net 6.7.4 or later, without installing the MySQL for Visual Studio.

那不是不是,这意味着您不能在Express Edition中使用MySQL.这只是意味着您不必使用漂亮的设计时工具;-)

That does not mean that you cannot use MySQL in the Express Edition. It just means that you don't get to use the nifty design-time tools ;-)