ODAC 18.3 issue with System.BadImageFormatException
Working with one of my developers who compiled their app with ODAC 18.3 via MS Visual Studio 2017.
When we first attempted to run the application on a system without the ODAC 18.3 DLL ('OraOps18.dll'), we received a System.DllNotFoundException. Easy enough message and we placed the 32-bit OraOps18.dll in the same directory as the compiled application. We then received a System.BadImageFormatException error when attempting to run the compiled App. Assumed this was a 32/64 mismatch but it still doesn't play well.
The end user assets have an Oracle 11.2 instant client. Would it make any sense to have an Oracle 18.3 instant client instead?