errors

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jan
Posts: 23
Joined: Wed 01 Dec 2004 15:54

errors

Post by Jan » Thu 25 May 2006 13:11

after installing trial version I get this message:

Failed to create an instance of 'CoreLab.MyDac.TMyConnection' because 'System.MissingMethodException: Constructor voor type CoreLab.MyDac.TMyConnection is niet gevonden.
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at Borland.Studio.Host.CreationManager.a(Type , Object[] , Type[] , Boolean )'.

How do I solve this?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 26 May 2006 13:05

Please supply us with exact version of Delphi and exact version of MyDAC.

Jan
Posts: 23
Joined: Wed 01 Dec 2004 15:54

Post by Jan » Sat 27 May 2006 09:18

Borland® Developer Studio for Microsoft® Windows™ Version 10.0.2288.42451

MySQL 4.30.0.10 for Delphi 2006

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 31 May 2006 07:04

Unfortunately we couldn't reproduce the problem.
Try to uninstall current version of MyDAC you use. Then download and install the latest version of MyDAC (4.30.1.14).

Jan
Posts: 23
Joined: Wed 01 Dec 2004 15:54

Post by Jan » Wed 31 May 2006 07:44

the problem is not MySQL DAC, this is working fine.
The problem occurs in MySQLDirect.NET
and you still want me to update DAC?

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

Post by Alexey » Wed 31 May 2006 07:53

The problem occurs in MySQLDirect.NET
Are you talking about this error:
Failed to create an instance of 'CoreLab.MyDac.TMyConnection' because 'System.MissingMethodException: Constructor voor type CoreLab.MyDac.TMyConnection is niet gevonden.
There is no TMyConnection class in MySQLDirect .NET.
Could you please describe the problem in details and send us your test project to reproduce it (do not use third-party components, include definitions of your own database objects).

Post Reply