entity framework - PostgreSQL with EntityFramework in MonoDevelop on Ubuntu -


i tried configure project in monodevelop on ubuntu, use entityframework npgsql provider, following official steps.

however, seem wrong suggested configuration file (or i'm missing something), can't rid of error:

the entity framework provider type 'npgsql.npgsqlservices, npgsql.entityframeworklegacy, version=2.1.0.0, culture=neutral, publickeytoken=5d8b90d52f46fda7' registered in application config file ado.net provider invariant name 'npgsql' not loaded. make sure assembly-qualified name used , assembly available running application. see http://go.microsoft.com/fwlink/?linkid=260882 more information.

does have simple working example of application connecting postgresql using entity framework in monodevelop?

please try npgsql 3.0.3 (the error says 2.1.0), correct package entityframework6.npgsql, not npgsql.entityframeworklegacy.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -