亲爱我的朋友们,
I got some oracle problem in my c#.net window based application.I am using oracle 10g express version and vistual studio 2008.
I added Oracle.DataAccess dll to my project and declare the oracle connection and institiate it, that application is working properly in server pc
but it shows error message in client machine.The error message is
"Unable to load DLL OraOps10.dll : The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
I got that error at
"OracleConnection oraCnn = new OracleConnection();
".
What is OraOps10.dll and how I solve that problem? Do I need to install some oracle client application in client?
Please give me the right way.
感谢。
关于
Chong