Im Using Vs 2013 EntityFrmawork 6.1.0 and Latest Version Of dotConnect for PostgreSQL 7.3 Trial version.
When I Generate Model form database by "Entity Data Model Wizard" at the end it give me error.

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?