Professional license,not found PgSqlConnection and PgSqlData

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
footbon
Posts: 1
Joined: Fri 10 Feb 2012 19:04

Professional license,not found PgSqlConnection and PgSqlData

Post by footbon » Fri 10 Feb 2012 20:38

I have to bought PostgreSQL Professional license after trial version have expired. I uninstall trial verion and install PostgreSQL Professional license but when i open VS2010 i found error message is "PgSqlConnection" and "PgSqlDataTable" is not define (in trial version it work fine)..

How i can do?

Thank you
Artit.S

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Mon 13 Feb 2012 14:59

Make sure that you have installed the professional edition of dotConnect for PostgreSQL. You can check it by selecting About dotConnect for PostgreSQL from the PostgreSQL submenu of the Tools menu in Visual Studio. You will see the dialog box displaying the version and edition of dotConnect for PostgreSQL.

Also try to perform the following:
1. Delete all files from the bin and obj folders and rebuild the project;
2. Remove all Devart assemblies from the project references and add them again.

Feel free to contact us.

Post Reply