Re: Entity framework with mysql
Posted by: Fernando Gonzalez Sanchez
Date: July 16, 2013 11:58AM

Ok, didn't wanted to assume plugin was also installed.

There's a known bug (http://bugs.mysql.com/bug.php?id=67964) when in the EDMX file the following line is generated:

<Schema xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl"; Namespace="Model2.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2005">

The workaround is to change it to:
<Schema xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl"; Namespace="Model2.Store" Alias="Self" Provider="MySql.Data.MySqlClient" ProviderManifestToken="5.7">

Can you check this?

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.