[DCC Error] Ora.pas(27): F2051 Unit OraCrypt was compiled with a different version of CLRClasses.TBytes

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
EmirZ
Posts: 5
Joined: Mon 09 Jul 2007 13:11
Location: Sarajevo

[DCC Error] Ora.pas(27): F2051 Unit OraCrypt was compiled with a different version of CLRClasses.TBytes

Post by EmirZ » Sat 15 Dec 2007 12:21

Hi and help please!

I am using D2007 and ODAC 6.10.
For more then a month I was developing an application with no problems.
But, this morning I opened my project and tryed to compile it and I got :

[DCC Error] Ora.pas(27): F2051 Unit OraCrypt was compiled with a different version of CLRClasses.TBytes

Well, how can I fix this!?

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

Post by Plash » Thu 20 Dec 2007 09:53

Check that there are no other CLRClasses and OraCrypt units on your computer except those that have been installed with ODAC.

If you have ODAC with Sources, make sure that you have not changed CLRClasses unit.

Post Reply