Good evening,
i am trying to build a very simple test.
A console application that connect to an oracle database, and does a select in some tables.
On my machine everything works fine but when i move the exe to another it crashes because it can't find the Oracle.DataAccess.dll
My question is, if i ship that dll with the exe, will it be enough or the app will need other dlls?
Visual Studio lists only Oracle.DataAccess.dll among the References.
I'm asking it because i can't install odac into the machine that will run the app (it has a different version of oracle client for other pourposes).
I'm looking for a way to make the console application work just extracted from a zip file, shipping the dlls in it.