c# - 有没有办法让 MySQL 与 Visual Studio 2012 Express 一起工作?

标签 c# mysql visual-studio-2010 visual-studio visual-studio-2012

我有一台 Windows 7 64 位电脑。

我的 Visual Studio 是:VS Express for Desktop 2012。 我有 MySQL 服务器 5.6.15。 我试过 Installer 5.5 和 5.6 http://dev.mysql.com/downloads/installer/

我相信我有 .NET 4.5

我试过 MySQL Connectors/Net(6.74、6.66、6.57、6.16。) enter image description here

但我无法通过 VS 2012 Express(或 2013 年)访问 MySQL。 (见下文)

enter image description here

这是我的 Visual Studio。

enter image description here

这些我都试过了:

MySQL Data Source not appearing in Visual Studio

How to connect to a MySQL Data Source in Visual Studio

MySQL Connector for Visual Studio 2012 Update 3

MySQL NET Connect 6.7.2 in Visual Studio 2012

mySQL DataSource on Visual Studio 2012

MySQL For Visual Studio 2012/2013

没有一个有效。是我的 Visual Studio 吗?

通过 Connector/NET 的所有试验和错误,它似乎是我的 Visual Studio Express Edition?我需要2010吗?真的很讨厌失去所有功能(我通常使用 2013,但希望能够连接到 MySQL 进行一些学习项目)。

enter image description here

编辑:我认为它是 Visual Studio 版本,特别是“Express”,尽管我上传的插件说它适用于 Visual Studio 2008、2010 和 2012...我认为它只适用于完整版本版本。

如果您以某种方式让 Express 与 MySQL 一起工作,我很想知道您的配置。

最佳答案

我在 MySQL 页面上找到了这个 - 我将其作为答案发布,因为大约有 6 个其他帖子似乎有类似的问题。如果有人能够获得 Express 版本来与 MySQL 一起工作(如果可能的话)——那将是最好的答案。

否则,这可能对其他人有帮助。

http://forums.mysql.com/read.php?38,546265,564533#msg-564533

enter image description here

关于c# - 有没有办法让 MySQL 与 Visual Studio 2012 Express 一起工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22447431/

相关文章:

c++ - 文件 basic_socket.hpp 中的 lib boost asio 1.47.0 出错

c# - 显示控制台输出?

c# - 一种使 Asp.net 网页更像 Rails MVC 的方法?

c# - 通过 C# 获取 Word 文档权限

c# - Google API (Gmail) 因先决条件失败 400 而失败

mysql - 如何将 MYSQL 转储导入 Amazon RDS

mysql select from table a where condition x 和 subselect

c# - 为什么 Process.WaitForExit 会阻塞,即使我将它放在单独的线程中?

mysql - MySQL 中是否有语句或调用来获取有关存储过程的详细信息?

c# - 读取 C# 中的 JS 变量/将 JS 变量转发到 visual studio 性能测试?