Hello,
My environment consists of the following:
Connector .NET 6.8.3
Packages installed from Nuget for EF 6.0.2 & the latest MySql.ConnectorNET.Entity packages
Server 5.6.20
(basically everything installed from MySQL Installer)
I have an existing project I am attempting to modify via the EDMX diagram viewer (right click -> Update Model from Database). I am able to proceed normally, identifying a new data connection, etc, however when I click next, I receive the following message:
Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. If you have already installed a compatible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuild your project before performing this action.
The project builds, runs and loads fine; I simply cannot get past this screen to actually update the EDMX.
I have tried many iterations to fix this including changing references, verifying what's in the GAC, etc...nothing fixes it.
Thanks in advance for any help you can provide.
-Justin
My environment consists of the following:
Connector .NET 6.8.3
Packages installed from Nuget for EF 6.0.2 & the latest MySql.ConnectorNET.Entity packages
Server 5.6.20
(basically everything installed from MySQL Installer)
I have an existing project I am attempting to modify via the EDMX diagram viewer (right click -> Update Model from Database). I am able to proceed normally, identifying a new data connection, etc, however when I click next, I receive the following message:
Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. If you have already installed a compatible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuild your project before performing this action.
The project builds, runs and loads fine; I simply cannot get past this screen to actually update the EDMX.
I have tried many iterations to fix this including changing references, verifying what's in the GAC, etc...nothing fixes it.
Thanks in advance for any help you can provide.
-Justin