Delphi 10.1 Update 2 : OracleVisual was compiled with a different version...

Hi suport,
I recently updated to version delphi 10.1 Update 2 and I normally run the installation procedures of your components.

But now I find myself in a position that when I compile my project I get this error :

[dcc32 Fatal Error] apCommonSet.pas(5): F2051 Unit OracleVisual was compiled with a different version of FireDAC.Phys.Oracle.DOAHelpFile

I do not know how to solve.

Can you help me ?

thanks

Alberto Menghini
 
Last edited:
Can you try this?
  1. Exit Delphi 10.1.
  2. Rename your current .dproj file to .dproj.error.
  3. Create a new dummy project with a simple empty form in a different directory and save it.
  4. Edit dummy.dproj in Notepad and replace all occurrences of "dummy" with your name.
  5. Save the file as .dproj in the original project directory.
  6. Restart Delphi 10.1 and try to build your project again.
 
Hi Marco,
thank ...this step solve my problem.

I don't understand why ...I use many other components ad only with yours I must rebuild my .dproj.

no matter.

many thanks for reply.

Have a good day.

Alberto Menghini
 
Back
Top