English 中文(简体)
无法装载DL“OraOps10.dll”
原标题:Unable to load DLL "OraOps10.dll"

亲爱我的朋友们,

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

最佳回答

你们需要安装整个Oracle客户,包括土著图书馆,而不仅仅是Oracle。 数据 管理。 NET总结。 http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html“rel=“nofollow” 页: 1

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签