MyDac trial D2006 .NET

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

MyDac trial D2006 .NET

Post by Jan » Thu 05 Jan 2006 20:04

Trying to make a connection on a WinForm gives this error:

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 )'.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 06 Jan 2006 12:20

Have you tried WinForms demo (c:\Program Files\CoreLab\MyDac for Delphi 2006\Demos\dotNet\WinForms\)?

Post Reply