Re: Cannot add Model from Database using EF6
Posted by: Tim Snyder
Date: September 28, 2014 10:39AM

The problem is not solved. Is there anything else to try?

I put MySql first in the providers section.
I tried with and without "System.Data.SqlClient"
I marked the web.config with Copy To Output and rebuilt.

here is the providers section:

<providers>
<provider invariantName="MySql.Data.MySqlClient"
type="MySql.Data.MySqlClient.MySqlProviderServices, mysql.data.entity.EF6" />
<provider invariantName="System.Data.SqlClient"
type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot add Model from Database using EF6
September 28, 2014 10:39AM


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.