Entity Data Model Wizard error using vs2010 and mysql 5.4.3

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
martincho
Posts: 2
Joined: Sun 20 Dec 2009 13:51

Entity Data Model Wizard error using vs2010 and mysql 5.4.3

Post by martincho » Sun 20 Dec 2009 14:02

Hi, I'm trying to generate an EF model from a mysql db version 5.4.3 and the connection test of the wizard first step works fine, but in the second step when try to retrieve the database information get the following error


An error occurred while connecting to the database. The database might be unavailable. An exception of type 'System.Data.EntityCommandExecutionException' occurred. The error message is: 'An error occurred while executing the command definition. See the inner exception for details.
The inner exception caught was of type 'System.ArgumentException', with this error message: 'Could not determine storage version; a valid storage connection or a version hint is required.'.'


Seems like is related to the db version. Anybody knows if must configure an additional parameter in the connection?

Thanks in advance.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 21 Dec 2009 10:06

Thank you for the report, we are investigating the situation.
I will let you know about the results.

Post Reply