I have installed the oracle 19 client to build my project. In my registry the dll path is well defined like this
and i've also add <oracle.dataaccess.client><settings><add name="DllPath" value="D:\app\oracle\product\19.0.0\client_1\bin"/></settings></oracle.dataaccess.client>
but i still have the exception
DllNotFoundException: Unable to load DLL 'OraOps19.dll': The specified procedure could not be found.
How can i see the dll path used or resolve the problem ?