DML cannot be automatically created except for select.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
ktz
Posts: 2
Joined: Tue 25 Sep 2007 08:58

DML cannot be automatically created except for select.

Post by ktz » Tue 25 Sep 2007 09:36

I installed PostgreSQLDirect.NET 3.20.18.

By DDEX for Visual Studio 2005, I tyied to create a typed DataSet.
Although a select sequence only is create, other DML is not created.

Then A Alert message that registered .Net framework data provider cannot be found or read is occured from Visual Studio.
(This error message is incorrect because of alering in Japanese.)

In version 3.20.17, all DML is created.

OS:Windows XP SP2
Lang:Japanese
Visual Studio 2005 SP1
PostgreSQL 8.1.4
PostgreSQLDirect.NET 3.20.18 (tryal version)

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

Post by Alexey » Tue 25 Sep 2007 09:48

Try to reinstall PostgreSQLDirect .NET. Make sure that there is no old assemblies on your PC.

ktz
Posts: 2
Joined: Tue 25 Sep 2007 08:58

Post by ktz » Tue 25 Sep 2007 11:13

Thank you for reply.

After uninstalled, I have checked GAC and installed folder in my PC.
But I have not checked the reference setting for my project.

Because old reference had been remained, typed DataSet couldnot be created.

It removes CoreLab.* from the reference, and to reinstall PostgreSQLDirect .NET, all DML can be created all right.

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

Post by Alexey » Tue 25 Sep 2007 11:23

Well done!

Post Reply