I am trying to create a project using the "MySQL ASP.NTE MVC 3 Project Template" template in Visual Studio 2010.
I have
MySQL Server 5.6.21
MySQL Workbench 6.2.4
MySQL Notifier 1.1.6
MySQL Visual Studio 1.2.3
MySQL Fabric 1.5.3 & MySQL Utilities 1.5.3
Connector/Net 6.9.3 - errors out when try to upgrade
After going through the entire wizard, and getting the tables I can add to a model.
I click finish, the project gets created, but with an error.
The specified store provider 'MySql.Data.MySqlClient' cannot be found in the configuration, or 'MySql.Data.MySqlClient' is not valid.
Then when i try to add a model to the project, I can't use MySql as a connection.
What am I doing wrong.
I have
MySQL Server 5.6.21
MySQL Workbench 6.2.4
MySQL Notifier 1.1.6
MySQL Visual Studio 1.2.3
MySQL Fabric 1.5.3 & MySQL Utilities 1.5.3
Connector/Net 6.9.3 - errors out when try to upgrade
After going through the entire wizard, and getting the tables I can add to a model.
I click finish, the project gets created, but with an error.
The specified store provider 'MySql.Data.MySqlClient' cannot be found in the configuration, or 'MySql.Data.MySqlClient' is not valid.
Then when i try to add a model to the project, I can't use MySql as a connection.
What am I doing wrong.