Re: MySql.Data.EntityFrameworkCore and full .NET Framework
Posted by: Jon Miller
Date: November 15, 2016 02:58PM

Come on Oracle, no one can give us an answer on this? I'm trying to use version 7.0.6.0 and I'm running into the "Could not load file or assembly" error that others are running into. The release notes say this is supposed to work. Would it kill you to create a short example app that demonstrates how to get this working with a console app on the full .NET Framework? I tried registering the provider using the following in App.config to no avail.

<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=7.0.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</providers>
</entityFramework>

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.