I’m currently developping to application, one using the ODP.Net 9.2 and the other one should use the ODP.Net 11. I’m using the Server Explorer from VS2008 to add a new connection but failed each time with the error “ORA-12154: TNS: Could not resolve the connect identifier specified”. I’m not able to debug which ODP VS2008 is using. Does someone has run into this kind of problems?
I’m using ODP.net 9.2 and 11, with Visual Studio 2008 on a Windows XP SP3 machine.
Thank you
Finally, I went into the C:\windows\assembly and remove the 9.2 Oracle.dataAccess from the GAC. Not really what I was hoping for a solution, but at least its work for now.
Thank you James and Sha!