Upgrading 2.7 to 3.0 in Delphi

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Dirk
Posts: 3
Joined: Thu 14 Jul 2005 16:47
Location: Noordwijk, The Netherlands

Upgrading 2.7 to 3.0 in Delphi

Post by Dirk » Thu 14 Jul 2005 16:54

Hi,

I installed version mysql.net 3.0 after removing 2.7.
In Delphi, I can't open the connectionstring-editor , and the commandbuilder does not recognize the mySqlConnection-component placed on the form.

I also have some trouble running old projects (version conflict) and can't find the units/code that cause this..

kind regards,

Dirk Janssens

Serious

Post by Serious » Thu 21 Jul 2005 14:03

Try to reinstall MySQLDirect .NET. Check before that MySQLDirect isn't installed and there are no
CoreLab.MySql.dll, CoreLab.MySql.Addin.dll, CoreLab.MySql.Design.dll files in GAC.

Dirk
Posts: 3
Joined: Thu 14 Jul 2005 16:47
Location: Noordwijk, The Netherlands

Post by Dirk » Fri 22 Jul 2005 10:13

HI,

I tried all that. It seems to me that there are some wrong references in the projectfiles, I just don't know where...

Starting a new project works fine now, but some still give errormessages, even when I reinstall 2.7 :(

tanks for the tip anyway,

regards,

Dirk.

Serious

Post by Serious » Fri 22 Jul 2005 11:24

We think this problem is not caused by MySQLDirect .NET.
If you are sure that you cleaned all old assemblies before installing new version of MySQLDirect .NET, check if you deleted *.dcpil and *.dcuil files which contain references to old assemblies from your Delphi projects.

Post Reply