PostgreSQLDirect .NET 2.50 for .NET Framework 2.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Marcelo de Oliveira
Posts: 1
Joined: Wed 08 Nov 2006 19:39

PostgreSQLDirect .NET 2.50 for .NET Framework 2.0

Post by Marcelo de Oliveira » Wed 08 Nov 2006 19:43

Dear friends,

I am using the following products:

Visual Studio 2005.
C# Language.
FrameWork 2.0 from .NET.
Database PostGreSQL 8.0 version.
I downloaded the trial version called PostgreSQLDirect .NET 2.50 for .NET Framework 2.0, and installed on typical. When I create a project Windows Application type, all the components appear normally on ToolBox, but when I create a project ASP .NET WebSite type, the same components do not appear on ToolBox.

I'll try to follow the steps above that was suggested for you, that are:

Microsoft Visual Studio .NET

On first VisualStudio.NET IDE startup after successful installation PostgreSQLDirect .NET components are automatically registered in Toolbox. If auto registration fails do following steps to install components manually:

Open VisualStudio.NET and go to Toolbox window;
Add 'PgSqlDirect' tab using right mouse button;
Select Customize Toolbox... from popup menu;
Go to .NET Framework Components tab within opened dialog;
Check PgSqlConnection, PgSqlCommand, PgSqlDataAdapter, PgSqlCommandBuilder, PgSqlScript and PgSqlMonitor components;
Press OK button.
Borland Delphi and C#Builder

To register PostgreSQLDirect .NET components in Delphi or C#Builder Tool Palette follow these steps:

Open Delphi or C#Builder and go to "Tool Palette" window;
Add "PgSqlDirect" category using popup menu;
Select "Installed .NET Components..." from popup menu;
Go to "Installed .NET Components" tab within opened dialog;
Check PgSqlConnection, PgSqlCommand, PgSqlDataAdapter, PgSqlCommandBuilder, PgSqlScript and PgSqlMonitor components;
Press OK button.
Even doing these steps, I couldn't make the components appear on the ToolBox. �I even went to the menu Tools\Choose ToolBox Items of Visual Studio, and all the components appear selected, but even if I don't select it, each one is selected again and after pressing the OK button, the don't appear on ToolBox.

Please, help me how to create a ASP .NET project on Visual Studio 2005 using the .NET 2.0, and let me know if when doing this, I'll have those components on ToolBox, or I'll have to add the classes manually on each file .CS.

Best regards,

Marcelo de Oliveira

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

Post by Alexey » Thu 09 Nov 2006 07:18

Make sure you are in the Component Designer view (switching between views - by right clicking your *.aspx file).

fabiolemea
Posts: 3
Joined: Wed 13 Dec 2006 17:08
Location: São Paulo - SP - Brasil
Contact:

Design

Post by fabiolemea » Wed 13 Dec 2006 17:16

Alexey,

Is the provider tools only apperas at Component Designer ?

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

Post by Alexey » Wed 13 Dec 2006 17:22

Windows components only appear in Component Designer view.

fabiolemea
Posts: 3
Joined: Wed 13 Dec 2006 17:08
Location: São Paulo - SP - Brasil
Contact:

Post by fabiolemea » Wed 13 Dec 2006 17:29

Ok, but I'm using ASP.NET Web Application Template and the tools appears only at Component Designer. Is it correct ?
'Cause the Data toolbar has some SQL tools and it is enabled (and appears) at HTML Designer too.
Thank's

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

Post by Alexey » Wed 13 Dec 2006 17:39

What do you mean by "tools"?

fabiolemea
Posts: 3
Joined: Wed 13 Dec 2006 17:08
Location: São Paulo - SP - Brasil
Contact:

Post by fabiolemea » Wed 13 Dec 2006 17:44

Ow, sorry. tools = toolbox ;o)

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

Post by Alexey » Wed 13 Dec 2006 17:54

Components that available in Designer view are web components.

Post Reply