Hi,
I'm working with the latest version of Oracle.ManagedDataAccess (4.121.2.0) installed from a nuget.org package.
I have no problem connecting with the 32 or 64 bit of Oracle.DataAccess, but when I try to simply open a connection with the ManagedDataAccess I get the following error:
ONS: No node lists were configured
(what's strange is that when I google the error I can't find it anywhere, even when I searched this forum directly). I tried adding a path to the TNS_ADMIN (found this suggestion on the web) but that didn't help. I'm not sure finding the .ora files is the problem anyway, I think it's something else.
<oracle.manageddataaccess.client>
<version number="*">
<settings>
<setting name="TNS_ADMIN" value="....."/>
</settings>
</version>
</oracle.manageddataaccess.client>
Any ideas are appreciated.
Thanks.