I have developed a .Net console application where I am connecting to oracle data base to get some data. It is working fine from DEV machine
I then installed this EXE on a 32 bit server where 32 bit oracle client is installed. When I run this EXE from that server, no issues.
Now, I have created one ASP.Net application where I am running this EXE using System.Diagnostic.Process
class. Deployed this application on 64 bit windows server where 64bit Oracle client is installed.
When I run this application and went to that page where this EXE is running, I could see below error:-
attempt to load Oracle client libraries threw BadImageFormatException.
This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed
Can anyone throw some light on this issue? Thanks