Page 1 of 1

Is PostgreSQLDirect .NET discontinued?

Posted: Mon 03 Oct 2005 18:53
by Traveler
I need to make a decision in the next three days about whether we stay with PostgreSQLDirect, or whether we continue with converting the remainder of our application to Npgsql.

It's been over two months since the release of a new PostgreSQLDirect .NET build. And that release hasn't worked with the latest .NET 2.0 beta releases from Microsoft.

We've been promised twice on this forum "we'll release it in a week". Both time the promise was not fulfilled. Maybe this is how business is done in Ukraine these days, but this is not how it is done here in USA. If customers can't rely on a vendor, the vendor gets dropped and dies.

So, my question: are we going to get the promised release in three days or less, or have you effectively discontinued PostgreSQLDirect?

Posted: Tue 04 Oct 2005 12:22
by SecureGen
You can use PostgreSQLDirect .NET Data Provider 2.20 for .NET1 in your .NET2 projects. You can do it in the following way:

- Uninstall version of Data Provider for .NET2 framework;
- Install version for .NET1 framework using pgsqlnet220std.exe;
- Open Microsoft Visual Studio;
- Open toolbox using View/Toolbox command;
- In the toolbox execute "Choose Items..." command;
- In the opened dialog box browse for CoreLab.PostgreSql.dll assembly that can by located in the root installation folder;
After that you can use the design-time components and compile your projects that use .NET2 framework.

So, my answer: We plan to support release version of .NET2 framework as soon as it becomes available.

It worked

Posted: Sat 08 Oct 2005 03:05
by Traveler
Your suggestion was helpful. Thank you.