Im trying to connect My SQL Server to ASP.Net WEb api using DATA Entity Models When im adding New Db Entity Model This error Show in The While Setup.
But I already Installed EF 6 There is Reference in Reference list
Im using
I Found Stable Solution with in a few testing In This case im using Visual Studio 2015
Install My Sql Connector 6.9.11
C:\Program Files (x86)\MySQL\MySQL Connector Net 6.9.11\Assemblies\v4.5
Go to My Sql Installation Location And Make sure got this Files!
Install .Net Entity Framework 6.1.3 Using Nuget Manager
Rebuild Solution and Install My Sql Data 6.9.11
Rebuild Soulution and Install My SQl Entity Framework 6.9.11
Rebuild The Solution / Rebuild the Project
Now We Can Add New MySql Entity Model!!!!