SDAC & Rad Studio 2007

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
caramello
Posts: 4
Joined: Sat 06 Oct 2007 06:04

SDAC & Rad Studio 2007

Post by caramello » Sat 06 Oct 2007 06:28

Recently I've bought Rad Studio 2007 and I reinstall all my CoreLab products.

When RS start I've the following error:

Error Loading IDE Assembly or Package
Failed to load CoreLab.Sdac.Design.dll
System.IO.FileLoadException: Impossible to load file or assembly Borland.Vcl.Design.dbrtl.
Version=11.0.5000.9201, Culture=neutral
PublicKeyToken=91d62ebb5d0d1b1b

I've the same error for MyDac but not for Interbase VCL Dac.

I use the latest DAC version (4.30.0.12 27.09.07).

Thanks

caramello
Posts: 4
Joined: Sat 06 Oct 2007 06:04

Re: SDAC & Rad Studio 2007

Post by caramello » Mon 08 Oct 2007 11:15

I've this error only when MyDAC 5.20 is installed.

Thanks

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

Post by Antaeus » Mon 08 Oct 2007 12:41

Please specify, the exact version of all components (MyDAC, SDAC, IBDAC).
Does the problem appear when you uninstall all DACs, remove all their vestiges (CoreLab.Sdac.Design.*, CoreLab.MyDac.Design.*, CoreLab.IbDac.Design.*, CoreLab.Dac.Design.*, etc.), and install only SDAC/MyDAC?

caramello
Posts: 4
Joined: Sat 06 Oct 2007 06:04

Post by caramello » Mon 08 Oct 2007 13:15

Interbase 2.20.0.11 27.09.07
MyDAC 5.20.0.11 27.09.07
sDAC 4.30.0.12 27.09.07

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

Post by Antaeus » Wed 10 Oct 2007 14:39

Please check whether the path to the bin folder of your RAD Studio is specified in the PATH system variable. Also specify, what is the length of the PATH value.

caramello
Posts: 4
Joined: Sat 06 Oct 2007 06:04

Post by caramello » Wed 10 Oct 2007 16:09

PATH=
C:\Programmi\CodeGear\RAD Studio\5.0\bin;
C:\Documents and Settings\caramello\Documenti\RAD Studio\5.0Bpl;
C:\WINDOWS\system32;C:\WINDOWS;
C:\WINDOWS\System32\Wbem;
C:\WINDOWS\system3\WindowsPowerShell\v1.0;
C:\Programmi\Microsoft SQL Server\90\Tools\binn\;
C:\Programmi\Microsoft SQL Server\80\Tools\Binn\;
C:\Programmi\Support Tools\;

This is my PATH Variable.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 11 Oct 2007 12:42

Please check if the error occurs when you add 'C:\Programmi\CodeGear\RAD Studio\5.0\bin' to Assembly Search Path (select 'Component' | 'Installed .NET components' from the Delphi menu, and go to the 'Assembly Search Path' tab).

Post Reply