I am facing a particular problem. I am developing a Windows-based application that connects to an Oracle database.
For the initial tests, I created an installer and tested it on different machines that I have. Oracle Client is installed on each machine, and I do not see any problems when starting the application.
But when I share this installer with the client, it gets the error "Unable to load OraOps10.dll DLL". When asked, he mentioned and showed that the Oracle client is installed on his machine, and he can run other C # applications that connect to Oracle databases.
I do not understand why my application only gets the error above. I even tried the suggestions shared by https://forums.oracle.com/forums/thread.jspa?threadID=67364 , but still no luck.
I even tried to copy executables and DLLs manually on the client machine. But still facing the same question.
So help me, what else can I do.
Thanks and best regards
Sudhakar Chawali
PS:
I use the Windows XP operating system, and the client also uses the same operating system. Both machines have only 32-bit type OS.
This is where the oracle client client is installed: C: \ oracle \ product \ 10.2.0 \ client_1 \ bin, and this is also the version in my case.
We both use Oracle 10g.
source share