Code First Existing Database error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
maochaokuo
Posts: 1
Joined: Tue 15 Sep 2015 03:10

Code First Existing Database error

Post by maochaokuo » Tue 15 Sep 2015 03:31

hi:

I tried to follow Asp.net MVC Entity Framework, Code First with Existing Database sample. I tried to convert a PostGreSQL database to a console application source code. However, I encounter the following message. My other information is as follows:
1.using dcpostgresql73.3.283pro.exe, Entity Framework 6.1.3, VS2015 community
2.PostGreSQL, I am not sure, just newly downloaded

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. If you have already installed a compatible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit the wizard, install a compatible provider, and rebuild your project before performing this action. (Learn More about this)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Code First Existing Database error

Post by Shalex » Tue 15 Sep 2015 09:27


Post Reply