I am using a library (DLL) that uses the Oracle.DataAccess DLL to connect to the database. I am doing in in C# .NET framework 3.5
When I attempt to compile, the compilation takes place, but the executable throws this error message.
Could not load file or assembly 'Oracle.DataAccess, Version=2.111.7.20, Culture=
neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. An attempt
was made to load a program with an incorrect format.
Is there some way to get around this? What could be causing this to happen?