I am working on a solution with .edmx file
The environment is:
- VS 2013
- Entity Framework 5.0.0.0
- .Net version 4.0 (So actually EFW is 4.40)
- SQL server 5.1
- MySQL for VS 1.1.4
- MySQL Connector 6.4.4
I have added a new field in a table that is already in the model, when trying to update the model from the database, it won't update actually, when prompted "Choose Your Database Objects and Settings", I can't expand the tables and views.
Any help will be appreciated.