I'm having problems with Oracle.DataAccessv WPF. I used Oracle.DataAccess v4.0
without a problem. But now it is updated to version 4.112, and when I add a link to this version in WPF, the constructor cannot be loaded. This gives me the following error:
System.BadImageFormatException
Could not load file or assembly 'Oracle.DataAccess,
Version=4.112.3.0, Culture=neutral,
PublicKeyToken=89b483f429c47342' or one of its dependencies.
An attempt was made to load a program with an incorrect format.
Please note that the program works without problems. I read that this may be due to the "target processor" in the properties. I tested both x64 and x86, but nothing changes. How can I solve this problem. thanks in advance
source
share