I'm trying to learn and implement Entity FW in my project (Using Oracle 11g).
I'm trying to connect to my project using ODP.NET data source and getting the next error:
"ORA:12154:TNS: Could not resolve the connect identifier specified"

I looked into stuckoverflow and see that the say to see if the PATH variable is configured correctly and I see there this:
C:\app\USER\oracle\bin;C:\app\USER\product\11.2.0\client_1\bin;C:\app\USER\product\11.2.0\client_1;
after all these I check the my TNSNAMES.ORA file and see that in my 2 HOME folders there is the same TNSNAMES.ORA file and the Instance I'm trying to connect too is configured correctly.