C# program wont work on other machines using Oracle.DataAccess.Client
692076Mar 21 2009 — edited Mar 21 2009The program works fine on the PC that i am developing on i have installed the Visual studio tools from http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html.
at the start of my code i am using the code "using Oracle.DataAccess.Client; // ODP.NET Oracle managed provider" and i have added the oracle data provider in the reference list.
When my program is complied it includes Oracle.DataAccess.dll in the older with the exe
but on any pc i run it on other than mine i get the error shown below (i cant read the error as my friends pc has vista on and crashes the program when he clicked details)
!http://i41.tinypic.com/710b9w.jpg!
Edited by: user3473837 on Mar 21, 2009 11:43 AM