localhost server (Denwer)
MySQL 5.6.26
MySQL connector net 6.10.5
MySQL for visualstudio 1.2.7
Old projects created under Visual Studio 2012 work. The localhost server is connecting.
But when importing a data structure from a MySQL Database (MySQL Data Provider) data source (.NET Framework Data Provider for MySQL ) error:
Could not automatically create some update commands. The database returned the following error: Unexpected error.
In this case, the DataSet structure is created with the names of the database tables, but the tables themselves are without fields. Tell me what's the problem?