Page 1 of 1

DML cannot be automatically created except for select.

Posted: Tue 25 Sep 2007 09:36
by ktz
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)

Posted: Tue 25 Sep 2007 09:48
by Alexey
Try to reinstall PostgreSQLDirect .NET. Make sure that there is no old assemblies on your PC.

Posted: Tue 25 Sep 2007 11:13
by ktz
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.

Posted: Tue 25 Sep 2007 11:23
by Alexey
Well done!