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
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