开发者

Unable to load DLL "OraOps10.dll"

开发者 https://www.devze.com 2023-04-11 06:59 出处:网络
Hi dear all my friends, I got some oracle problem in my c#.net window based application.I am using oracle 10g express version and vistual studio 2008.

Hi dear all my friends,

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. (Exce开发者_如何学Goption 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.

Thanks.

Regards,

Chong


You need to install the whole Oracle Client, which includes native libraries, not just Oracle.DataAccess.dll which is a managed .NET wrapper on it. See here for more information: ODAC 11.2 Release 3 (11.2.0.2.1) with Xcopy Deployment

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号