I seem to be having an issue connecting a 32-bit .NET application to a 64-bit server, without a full Oracle client.
If I build a 64-bit application, using the 64-bit ODP.NET dll's or a 64-bit instant client, everything seems to work fine. But if I build a 32-bit ODP.NET application or use the 32-bit instant client, it always goes "looking" for the 64-bit dll's, and errors out on me.
Has anyone encountered this before, or have any suggestions as to what issues we might be having?
We don't have the same problem connecting to SQL Server (of course, SQL server uses mixed-mode assemblies...)