I'm adding ADO.Net Entity Data Model object to ASP.Net MVC 3 project. I'm using Entity Data model Wizard.
1) First I select option Generate from database.
2) In second phase I manage to get connection to database.
3) In third step "Choose your database objcets" i'm getting error:
"... The inner exception caught was type 'MySql.Data.MySqlClient.MySqlException', with this error message: 'Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted'."
I get this same error messages no matter what I do with the database. Even if it's empty it says "The table is probably corrupted".
Database connector is version 6.4.5
MySQL version is 5.1
Entity Framework is version 4.1.0.0
1) First I select option Generate from database.
2) In second phase I manage to get connection to database.
3) In third step "Choose your database objcets" i'm getting error:
"... The inner exception caught was type 'MySql.Data.MySqlClient.MySqlException', with this error message: 'Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted'."
I get this same error messages no matter what I do with the database. Even if it's empty it says "The table is probably corrupted".
Database connector is version 6.4.5
MySQL version is 5.1
Entity Framework is version 4.1.0.0