I was using Visual Studio 2013 Preview but I couldn't find MySQL database in the "choose data source" dialog window, I even installed the latest version of MySQL connector as well as the windows MySQL installer (to get MySQL plugin for visual studio) but nothing changed, I had to get back to VS 2012 Ultimate, I just wanted to know if there is a special MySQL connector for the 2013 Preview Edition?
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to store image outside of the website's ro
- 'System.Threading.ThreadAbortException' in
- sqlyog export query result as csv
- Custom controls disabled. There was an internal is
I am using Visual Studio 2013 Ultimate and I got it working with the Mysql Visual Studio 1.1.1 beta plugin.
Requirements:
Download:
https://cdn.mysql.com/Downloads/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi
You can find the latest here (v1.2.3):
http://dev.mysql.com/downloads/windows/visualstudio/
Source:
http://forums.mysql.com/read.php?174,601041,601041#msg-601041
I've not tested it yet, and it's for VS2012 (and I guess it's the same for VS2013) but the following link may help:
http://blog.nwoolls.com/2012/07/25/registering-missing-data-providers-with-visual-studio-2012/
For Visual studio 2013, install "MySQL for Visual Studio 1.2.8"
I use Visual Studio 2012. Correct process of installing MySql will help you avoid any such error. At least this is what i did.