无法加载 DLL“OraOps10.dll”

发布于 2024-12-08 23:13:52 字数 454 浏览 0 评论 0原文

嗨,亲爱的所有朋友,

我在基于 c#.net 窗口的应用程序中遇到了一些 Oracle 问题。我使用的是 Oracle 10g Express 版本和 Visual Studio 2008。 我将 Oracle.DataAccess dll 添加到我的项目中并声明 oracle 连接并启动它,该应用程序在服务器 PC 中正常工作 但它在客户端机器中显示错误消息。错误消息是 “无法加载 DLL 'OraOps10.dll':找不到指定的模块。(HRESULT 异常:0x8007007E)”。 我在

OracleConnection oraCnn = new OracleConnection();”处收到该错误。

什么是 OraOps10.dll 以及如何解决该问题?我需要在客户端安装一些oracle客户端应用程序吗? 请给我正确的方法。

谢谢。

问候,

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. (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.

Thanks.

Regards,

Chong

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

够钟 2024-12-15 23:13:52

您需要安装整个 Oracle 客户端,其中包括本机库,而不仅仅是 Oracle.DataAccess.dll(它是其上的托管 .NET 包装器)。请参阅此处了解更多信息:ODAC 11.2 版本 3 (11.2.0.2. 1)使用Xcopy部署

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文