Error at Delphi 2006 startup

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dmartib
Posts: 4
Joined: Sat 18 Feb 2006 10:10

Error at Delphi 2006 startup

Post by dmartib » Sat 18 Feb 2006 10:17

Dear all,

After install the components, when I start Delphi 2006 I get this error:

Failed to load IDE add in 'C:\LIB_VCL\DACSQLServer\Bin\CoreLab.Sdac.MigWizard.dll'.
Exception has been thrown by the target of an invocation.
Additional Information: The type initializer for "CoreLab.Sdac.MigWizard.TMSCompReplaceExpert" threw an exception.

Any help?

Thanks in advance.

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

Post by Ikar » Mon 20 Feb 2006 09:50

Do you have all Delphi personalities installed or only Win32?

dmartib
Posts: 4
Joined: Sat 18 Feb 2006 10:10

Post by dmartib » Mon 20 Feb 2006 11:51

How many Delphi personalities must I have? (I'm new on BDS2006 and I understand personalities as Delphi, .NET ...) and Where I can see wich personalities I have installed?

dmartib
Posts: 4
Joined: Sat 18 Feb 2006 10:10

Post by dmartib » Tue 21 Feb 2006 08:52

I only have Win32 Delphi personality.

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

Post by Antaeus » Wed 22 Feb 2006 14:31

To avoid this problem you should install .Net personality (MigWizard will be enabled) or remove key
HKEY_CURRENT_USER\Software\Borland\BDS\4.0\Known IDE Assemblies\...CoreLab.Sdac.MigWizard.dll
from the registry (it will disable MigWizard).

Post Reply