New OracleDependency

In my c# MVC project I´m adding Oracle event driven signalR update of the web frontend. When adding new OracleDependency the project would crach with the message ORA 12154 TNS could not resolve the connect identifier specified.

After searching for days the solution was to add "EZConnect" to the file sqlnet.ora located in the same folder as my tnsnames.ora.

sqlnet.ora added 
NAMES.DIRECTORY_PATH= (TNSNAMES,EZConnect)

Apperently the OracleDependency uses EZConnect...

Wonderful featured pages