Hello Guys ..
i have written a C# application that connects to an Oracle 10g database .. using Oracle Data Access Component 11.2 "ODAC" it works perfectly on my machine
and now i want to deploy the application and install it in another "clean machine" that has the .Net Framework only!! and i dont want to install the whole ODAC component to the user !!
how could i do that i am going crazy .. i have tried to include all the necessary dll's to my Bin Folder
Like :
- oci.dll
- ociw32.dll
- Oracle.DataAccess.dll
- orannzsbb11.dll
- oraocci11.dll
- oraociicus11.dll
- OraOps11w.dll
- msvcr71.dll
but still didnt work .. what should i do to solve this problem ?? any suggestions ??
Thanks in advanced .. : )
Eng. 3oon