No Entity Framework provider found for the 'Devart.Data.PostgreSql
Posted: Fri 30 May 2014 09:40
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
When working with EDM Designer you should add the registration of EF-provider to the *.config file before adding a new ADO.NET Entity Data Model to the project. The sample for dotConnect for PostgreSQL is available here: http://blog.devart.com/entity-framework ... force.html"Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. Exit this wizard, install a compatible driver, and rebuild your project before performing this action"
After you have installed the EntityFramework package (EF6) and added the registration of the EF provider to the config file of your application, please save the changes and build your solution. After that, try adding a new ADO.NET Entity Data Model with dotConnect for PostgreSQL again.cypress wrote:I have the same problem, and I already edited the app.config as recommended. Is there any way at all to use the Entity Framework Designer wizard instead of the Devart entity developer?