Hey Guys, I'm just trying my first steps in Entity Framework. My Database is a Maria with Version 10.4.x. For connecting to DBMS I setup a Project with the EF6. References: - EntityFramework - MySql.Data - mysql.data.entity.EF6 - MySql.Data.EntityFramework All versions are the newest Version of NUGET. (Working on VS2019) When I want to generate the Data-Model (ADO.NET Entity Data Model) through the Project-Explorer, I get an Error: "The Project references latest Version of EntityFramework; for Connection a compatible (for this version) Entity Framework-Databasedriver could not be found." It seems to me that there is something missing... but what? Is there still a libirary missing? Regards :)