c# - Unable to update EntityFramework models from MySQL database in Visual Studio 2015 RC -


my organization upgraded visual studio 2013 visual studio 2015 rc couple months ago, , attempted update of our existing "db-first" entityframework models our mysql database. when doing so, received following error.

an exception of type 'system.argumentexception' occurred while attempting update database. exception message is: 'unable convert runtime connection string design-time equivalent. libraries required enable visual studio communicate database design purposes (ddex provider) not installed provider 'mysql.data.mysqlclient'.

a quick search error produced this result november of 2013 (specifically in reference vs 2013)...

apparently mysql , visual studio 2013 don't work yet.

here link on mysql forums: http://forums.mysql.com/read.php?174,594798,600466#msg-600466

you'll need wait next release of mysql connector.

does mean comparable issue, , have wait out until new mysql.data client available compatible vs 2015? or possible other cause blame (perhaps bug in vs 2015 rc)?

we're on latest stable versions of entity framework (6.1.3), mysql.data (6.9.6) , mysql.data.entity (6.9.6).

especially curious hear if else has stumbled across issue vs 2015 rc in particular.

what worked me update visual studio plugin, available here: http://dev.mysql.com/downloads/windows/visualstudio/


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -