Unable to add "CoreLab.PostgreSql.Entity" to my project

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
rjreeves
Posts: 1
Joined: Sun 22 Jun 2008 09:35

Unable to add "CoreLab.PostgreSql.Entity" to my project

Post by rjreeves » Sun 22 Jun 2008 09:47

I recently purcahsed professional postgresql.net. Installed today. I carefully ensured the trial version uninstalled.

Now I find the CoreLab.PostgreSql.Entity is in the gac(view in the gac folder) but when I attept to add to my project references, the Add Reference dialog does not show it in the list of assemblies.

I uninstalled and reinstalled by the gacutil from folder "C:\Program Files\CoreLab\PostgreSQLDirect.NET2\Entity". This also did not work.

Not sure what to do next. Please help.

--robert

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Mon 23 Jun 2008 08:42

There is no need to add this assembly explicitly.
Just generate an entity model using PostgreSQLDirect .NET data provider.
After that the System.Data.Entity assembly will be referenced automatically, and it will implicitly load on demand the CoreLab.PostgreSql.Entity assembly.

Post Reply