Deploying problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Jose Miguel

Deploying problem

Post by Jose Miguel » Thu 20 Jan 2005 17:00

Hi,

I´m programming with .NET and using the postgreSQLDirect.net in my proyect to access and work with the data base.
The problem appears when I deploy my aplication in the production web server.
In my develoment server I installled the postgreSQLDirect.net, and I generated the proyect. I the production server I´ve not install postgreSQLDirect.net. When I try to run the aplication appear an error
wich indicate that I dont have instaled then CoreLab.PostgreSql or one of this dependecies.
It´s suppouse that I don´t need to install it in the production server but in the development server.
What is missing? who can I run the application in the production server without install the postgreSQLDirect.net?
Thanks
JM

Yuri
Posts: 140
Joined: Mon 08 Nov 2004 12:07

Deploying problem

Post by Yuri » Fri 21 Jan 2005 12:19

To solve the problem you should put CoreLab.PostgreSql.dll in the folder with your application or to GAC.

Post Reply