Oracle .NET Provider DLL hell

Posted by Pablo Santa Cruz on Stack Overflow See other posts from Stack Overflow or by Pablo Santa Cruz
Published on 2010-06-13T01:52:26Z Indexed on 2010/06/13 2:02 UTC
Read the original article Hit count: 453

Filed under:
|
|

I am currently developing on a Win7-32bits computer. Everything works fine. It's a ASP.NET application.

I was able to use Microsoft's Oracle deprecated .NET provider to connect to Oracle (using 32 bit instant client) and also ODP.NET. No problems at all. Application runs fine.

The problem comes when I deploy it to IIS7 on Windows 2008 Server 64bit computer. I can't get Microsoft's deprecated .NET provider or ODP.NET to work easily.

Is there a straightforward way to use a 32bit based ODP.NET or Microsoft's Oracle deprecated .NET provider in Windows 2008 Server 64bits?

DLL hell here!

Thanks.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about odp.net