Forum Discussion
michaelshparber
Advocate V
6 years agoGateway error connecting to PostgreSQL
I get this error when setting up a new datasource to PostgreSQL in my Gateway in the Service: "Unable to connect: We encountered an error while trying to connect to . Details: "We could not regis...
- 6 years ago
OK
I've solved the problem installing Npgsql 4.0.10 WITH GAC(!!!)
When installing, make sure that you select NpgSQL GAC Installation.
This GAC did the trick.
Then reboot the machine.
Good luck!
Mephys
6 years agoFrequent Visitor
Hello,
do you have a link to provide for this installer ?
Struggling finding one ....
Thanks
michaelshparber
Advocate V
6 years ago- chaz2jerry6 years ago
Advocate IV
FYI here is link to the Windows installation file (MSI):
https://github.com/npgsql/npgsql/releases/tag/v4.0.10
- Mephys5 years agoFrequent Visitor
Very late, sorry ... But thanks a lot for the link 😄 Worked perfectly .