Problem running PostgreSQL.NET on 64 bit operating system
Posted: Mon 25 Aug 2008 04:09
Hi,
I'm having issues opening database connections when running on a 64 bit operating system (Windows Server 2003).
I am building my assembly on the server using the "Any CPU" build option (i.e. not specifying either 32 bit or 64 bit).
When opening a connection I get this exception:
Do I need to get a specific version of your CoreLab DLL's to run on 64 bit? Or do I need to use a specific build configuration?
Thanks in advance
I'm having issues opening database connections when running on a 64 bit operating system (Windows Server 2003).
I am building my assembly on the server using the "Any CPU" build option (i.e. not specifying either 32 bit or 64 bit).
When opening a connection I get this exception:
Code: Select all
License not valid due to the problems with PostgreSQLDirect .NET installation. at CoreLab.PostgreSql.PgSqlConnection.Open ()
Thanks in advance