Page 1 of 1

how to add Npgsql provider?

Posted: Wed 15 Mar 2017 08:01
by RobertK
How do I add nppostgresl provider? http://www.npgsql.org/

There only the dotconnect postgresql provider is listed by default?
Image

Re: how to add Npgsql provider?

Posted: Mon 20 Mar 2017 09:40
by Shalex
1. Entity Developer shipped with dotConnect for PostgreSQL supports the only provider (dotConnect for PostgreSQL). To work with Npgsql, you should install Entity Developer as a separate product, the list of its supported providers: https://www.devart.com/entitydeveloper/ ... ility.html.

2. After you install Npgsql, it is registered in machine.config. Entity Developer looks for installed supported providers in machine.config (to check if it is available on a workstation). The assemblies of supported provider are loaded from GAC (or Entity Developer installation folder C:\Program Files (x86)\Devart\EntityDeveloper\).

Re: how to add Npgsql provider?

Posted: Tue 21 Mar 2017 06:59
by RobertK