My Sql Entity Framework 6 error with VS2013
Posted by: Siddharth Kumar
Date: October 10, 2014 12:40PM

Hi

I am trying to user EF6 for MySql in my new project.

My version of MySql Community Server is 5.6.21.I installed the entire suite so i have MySql conector Net 6.9.4 and i have MySql for Visual studio 1.2.3

Create a console App. Added reference to MySql.Data and MySql.Data.Entity.EF6

Added the following to my app.config
<entityFramework>
<providers>
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6"/>
</providers>
</entityFramework>

However when i go to add the new Ado.net Entity Data model and choose code first from database i get the error

an Entity Framework database provider compatible with this version could not be found for your data connection. if you have already installed a have already installed a comptible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuid your project before performing this action.

I have tried everything i could find on the forums - mo luck.

Any clues/tips

Thanks

Regards
Sid

Options: ReplyQuote


Subject
Written By
Posted
My Sql Entity Framework 6 error with VS2013
October 10, 2014 12:40PM


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.