Hello All,
I have a VS 2005 VB project.
I was using Microsoft's Oracle driver (All worked), and then installed Oracle Developer Tools for Visual Studio .NET with ODAC 10.2.0.2.21.
After doing so, I received this error when trying to open a dataset in the designer.
"Failed to open a connection to the database"
"ORA-12154: TNS Could not resolve the connect identifier specified. Check the connection and try again".
Using the Oracle Net configuration assistant, I had to change my connection string to include the database.domain.com. (don't know why).
The project works, but here's the question - When I build the project using a setup and deploy project, it creates the .msi and setup.exe. When I run the setup on a client machine, it now will only run if I'm using the Oracle TNSNAMES.ORA. The client machines run sqlnet.ora.
The program WILL run if the client is using TNSNAMES.ORA - but I can't do that for a number of reasons.
Is there any hope?
Thanks for some help,
Carl
I have a VS 2005 VB project.
I was using Microsoft's Oracle driver (All worked), and then installed Oracle Developer Tools for Visual Studio .NET with ODAC 10.2.0.2.21.
After doing so, I received this error when trying to open a dataset in the designer.
"Failed to open a connection to the database"
"ORA-12154: TNS Could not resolve the connect identifier specified. Check the connection and try again".
Using the Oracle Net configuration assistant, I had to change my connection string to include the database.domain.com. (don't know why).
The project works, but here's the question - When I build the project using a setup and deploy project, it creates the .msi and setup.exe. When I run the setup on a client machine, it now will only run if I'm using the Oracle TNSNAMES.ORA. The client machines run sqlnet.ora.
The program WILL run if the client is using TNSNAMES.ORA - but I can't do that for a number of reasons.
Is there any hope?
Thanks for some help,
Carl