Problems getting started (continue)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
DSherwin
Posts: 5
Joined: Fri 12 May 2006 00:59

Problems getting started (continue)

Post by DSherwin » Fri 12 May 2006 23:31

I have seen alot of posts on here wrt licensing, but I could not find one with this issue. If I missed the post, my aplogies for reposting. I am using the Trial License (installed first just the other day) with VS2005, VC++, and trying the DataReader sample app included with the package. I was finally able to get it to compile and run, however, when I try to Connect I get the following exception
An unhandled exception of type 'CoreLab.PostgreSql.PgSqlException' occurred in DataReader.exe

Additional information: License not found. Please view "Licensing" topic in PostgreSQLDirect .NET documentation for details or contact Core Lab technical support.
I reviewed the Licensing topic in the documentation, and verified that there is a licenses.licx file with the following in the file:
CoreLab.PostgreSql.PgSqlConnection, CoreLab.PostgreSql
as per the documentation.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 15 May 2006 07:25

Try to delete licenses.licx file and create afresh.

Post Reply