Can not load Oracle client library oci.dll from home

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
vmachacek
Posts: 4
Joined: Mon 12 Sep 2011 08:59

Can not load Oracle client library oci.dll from home

Post by vmachacek » Tue 15 Nov 2011 13:28

I depolyed Silverlight applicaion to 64bit IIS and this is what I get

System.Data.EntityException: The underlying provider failed on Open. ---> System.IO.FileNotFoundException: Can not load Oracle client library oci.dll from home .

I manulay added those DLLs to bin folder of my applicaion

oci.dll
ocijdbc11.dll
ociw32.dll
Oracle.DataAccess.dll
orannzsbb11.dll
oraocci11.dll
oraociei11.dll
OraOps11w.dll
orasql11.dll

which should be Oracle oci com objects, can anybody help me out?

Thanks!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 18 Nov 2011 09:35

Please try using the Instant Client installation type of Oracle client: http://www.devart.com/blogs/dbforge/ind ... lient.html.

Post Reply