Page 1 of 1

TCRDynalinkDriverLoader class cannot be found

Posted: Fri 31 Jul 2009 07:43
by JMD
Hello,
On an other PC I have an error using DevArtOracle.

When I try to connect to the Oracle DATABASE in the IDE, I have this message :

Borland.Data.EClassRegistryError: Devart.DbxOda.DriverLoader.TCRDynalinkDriverLoader class cannot be found in Devart.DbxOda.DriverLoader,Version=1.0.0.5001,Culture=neutral,PublicKeyToken=09af7300eec23701

How can I solve this problem.

Thanks.

Posted: Wed 05 Aug 2009 07:49
by Plash
Probably this error occurs because you have RAD Studio without Update Pack on the other computer.
Try to install December Update for RAD Studio.

Posted: Wed 05 Aug 2009 09:55
by JMD
Hello,
All the know updates are Installed.
- Delphi and C++Builder 2009 Update 3
- Delphi and C++Builder 2009 Help Update 3
- Delphi and C++Builder 2009 Update 4 (Database Pack Update)
- C++Builder 2009 Boost update

The licence of BDS2009 is professional.

Posted: Thu 06 Aug 2009 07:38
by Plash
Probably you get this error when using Data Explorer window of RAD Studio. DbxOda does not support Data Explorer of RAD Studio 2009 because Data Explorer is a .NET application, and DbxOda does not support .NET under RAD Studio 2009.

Thanks

Posted: Thu 06 Aug 2009 16:00
by JMD
Ok,
Thanks for your answer.