My application needs an Oracle .dll
which I deploy into the bin
folder of the application along with the rest, and it works fine.
But what I want to do is to avoid deploying the library, so I need the server to know where to look for it. I added the .dll
into C:\Oracle\bin
, a path which is included at Path
system variable. But it can't find the assembly if it's not into the application's bin
folder.
Any hints, please?