In MSVS, why must I include EntityFramework.SqlServer to get EF 6 support in MySql
Posted by: Chris Rokusek
Date: September 29, 2014 09:50PM

By default, when I install the EntityFramework, it automatically adds two references:

EntityFramework
EntityFramework.SqlServer

Then, if create a mysql EF 6 ADO.NET Entity Model, it works.

However, if I delete the SqlServer reference and re-add the entiy, it then limits me to EF 5.

Just looking for an explanation as to why this is so. It was frustrating to find this problem while trying to create a "pure" MySql based project.

Thanks, Chris

Options: ReplyQuote


Subject
Written By
Posted
In MSVS, why must I include EntityFramework.SqlServer to get EF 6 support in MySql
September 29, 2014 09:50PM


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.