vb.net and oracle client
-
i am devloping s/w in vb.net 2005 and oracle. on my pc. its running fine..but when i try to copy on the other machine c drive or network drive ..it gives me error that TNS coulnot resolve the service name. actually i am using oracle provider for oracle in microsoft. and importning system.data.oracleclient.dll which is resides in microsoft.framework 2.0 directory. on the other machine they have installed .net framework 2.0. i dont know the problem..why its giving me the problem. and ofcourse it runs on network drive on my computer. i dont understand that if it is running on network drive on my pc then why not on the other? if anybody knows the solution , let me know asap. i've triend tnsnames.ora and all.. but couldnot able to solve this problem// hemaxi
-
i am devloping s/w in vb.net 2005 and oracle. on my pc. its running fine..but when i try to copy on the other machine c drive or network drive ..it gives me error that TNS coulnot resolve the service name. actually i am using oracle provider for oracle in microsoft. and importning system.data.oracleclient.dll which is resides in microsoft.framework 2.0 directory. on the other machine they have installed .net framework 2.0. i dont know the problem..why its giving me the problem. and ofcourse it runs on network drive on my computer. i dont understand that if it is running on network drive on my pc then why not on the other? if anybody knows the solution , let me know asap. i've triend tnsnames.ora and all.. but couldnot able to solve this problem// hemaxi
Does this other machine have the actual Oracle Client software installed on it?? Without it, the OracleClient namespace won't work. I think the machine has to have MDAC 2.8 SP1 or better installed, then at least Oracle Client 8i Release 3. Dave Kreskowiak Microsoft MVP - Visual Basic
-
Does this other machine have the actual Oracle Client software installed on it?? Without it, the OracleClient namespace won't work. I think the machine has to have MDAC 2.8 SP1 or better installed, then at least Oracle Client 8i Release 3. Dave Kreskowiak Microsoft MVP - Visual Basic
Try connecting to the Oracle Database using Sqlplus on the machine you are having problems with. If you can connect, then look for multiple tnsnames.ora file on the machine. Also make sure your Oracle Home points to the right directory in your Environment variables. Mike Lasseter
-
Try connecting to the Oracle Database using Sqlplus on the machine you are having problems with. If you can connect, then look for multiple tnsnames.ora file on the machine. Also make sure your Oracle Home points to the right directory in your Environment variables. Mike Lasseter
You might want to reply to the OP so he gets a message that you posted a reply. I'm not having the problem with (gag, puke) Oracle. Dave Kreskowiak Microsoft MVP - Visual Basic
-
i am devloping s/w in vb.net 2005 and oracle. on my pc. its running fine..but when i try to copy on the other machine c drive or network drive ..it gives me error that TNS coulnot resolve the service name. actually i am using oracle provider for oracle in microsoft. and importning system.data.oracleclient.dll which is resides in microsoft.framework 2.0 directory. on the other machine they have installed .net framework 2.0. i dont know the problem..why its giving me the problem. and ofcourse it runs on network drive on my computer. i dont understand that if it is running on network drive on my pc then why not on the other? if anybody knows the solution , let me know asap. i've triend tnsnames.ora and all.. but couldnot able to solve this problem// hemaxi
Try connecting to the Oracle Database using Sqlplus on the machine you are having problems with. If you can connect, then look for multiple tnsnames.ora file on the machine. Also make sure your Oracle Home points to the right directory in your Environment variables. Mike Lasseter
-
You might want to reply to the OP so he gets a message that you posted a reply. I'm not having the problem with (gag, puke) Oracle. Dave Kreskowiak Microsoft MVP - Visual Basic