473,408 Members | 1,730 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

OraOps9.dll not found

I have written a library class which makes calls to an Oracle 8i database.
I am using the ODP.NET data provider which is in turn making calls to the
\oracleclientdirectory\bin\Oracle.DataAccess.dll which was added as a
reference to my library class. Everything in this class works fine.

Now, when I add this library class as a reference in a webservice project I
am receiving an error in the library class method (which worked when tested
alone). This error is "cannot find OraOps9.dll" which is located in the
\oracleclientdirectory\bin\ directory. In debugging this from the library
class, I have discovered that when I remove/unregister the OraOps9.dll file
from the \oracleclientdirectory\bin\ directory the library class will have
the same error.

So this is strictly a reference/pointer issue and the main problem is that
the webservice does not have visibility to the OraOps9.dll when making calls
through the referenced library class, but....the library class does since it
works when tested alone. The funny thing is that I can't add the
OraOps9.dll as a reference but it is a required dll for the
Oracle.DataAccess.dll to function since when it is removed it does not work.
Clearly, Oracle.DataAccess.dll makes internal calls to OraOps9.dll and
somewhere this pointer is being mixed up when I try to call my library
class.

I guess my next step is to register the library class in the GAC and see if
this reference problem is fixed. I have made calls to library classes
before that are not installed in the GAC and have not run into this problem,
but none of them involved oracle calls.

I did try to add the OraOps9.dll as a reference in both projects but was
unable to since it said that it was not a valid dll or COM class and could
not be added. Clearly, it is a dll and is working since when it was missing
the library class would not function, it would give the same error "cannot
find OraOps9.dll" .

These problems are so hard to explain. Any assistance is appreciated.
Nov 16 '05 #1
1 8995
I found the resolution.

http://www.mcse.ms/message716196.html

Thanks!
"Chris Fink" <no****@chrisfink.com> wrote in message
news:ul****************@TK2MSFTNGP10.phx.gbl...
I have written a library class which makes calls to an Oracle 8i database.
I am using the ODP.NET data provider which is in turn making calls to the
\oracleclientdirectory\bin\Oracle.DataAccess.dl l which was added as a
reference to my library class. Everything in this class works fine.

Now, when I add this library class as a reference in a webservice project
I am receiving an error in the library class method (which worked when
tested alone). This error is "cannot find OraOps9.dll" which is located
in the \oracleclientdirectory\bin\ directory. In debugging this from the
library class, I have discovered that when I remove/unregister the
OraOps9.dll file from the \oracleclientdirectory\bin\ directory the
library class will have the same error.

So this is strictly a reference/pointer issue and the main problem is that
the webservice does not have visibility to the OraOps9.dll when making
calls through the referenced library class, but....the library class does
since it works when tested alone. The funny thing is that I can't add the
OraOps9.dll as a reference but it is a required dll for the
Oracle.DataAccess.dll to function since when it is removed it does not
work. Clearly, Oracle.DataAccess.dll makes internal calls to OraOps9.dll
and somewhere this pointer is being mixed up when I try to call my library
class.

I guess my next step is to register the library class in the GAC and see
if this reference problem is fixed. I have made calls to library classes
before that are not installed in the GAC and have not run into this
problem, but none of them involved oracle calls.

I did try to add the OraOps9.dll as a reference in both projects but was
unable to since it said that it was not a valid dll or COM class and could
not be added. Clearly, it is a dll and is working since when it was
missing the library class would not function, it would give the same error
"cannot find OraOps9.dll" .

These problems are so hard to explain. Any assistance is appreciated.

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Rutger Claes | last post by:
Code and problem are from PHP5: When I execute the following piece of code, the DomException is thrown with a message: Not Found Exception. I assume this means that the node I extracted from the...
4
by: amywolfie | last post by:
I would like to put code behind a Find button on a form which: 1) Performs a find based on a field on the form 2) If NO RECORDS ARE FOUND, then displays a custom "No Records Found" message box. ...
2
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it,...
1
by: MN | last post by:
I have created an ASP.NET application which connects to Oracle database. My application runs fine in local host environment (database and apps running on same laptop). When I deploy my application...
14
by: NormD | last post by:
We have a client-server app using Web Services on an IIS machine. The trace below shows that .NET is searching around for some things (e.g., SystemDrawing.DLL and System.Drawing.EXE) and taking a...
0
by: cwho.work | last post by:
Hi! We are using apache ibatis with our MySQL 5.0 database (using innodb tables), in our web application running on Tomcat 5. Recently we started getting a number of errors relating to...
5
by: Amit_Basnak | last post by:
Dear Friends I have been getting the following error Error 185: "WorkFlow_dce.cpp", line 58 # Left side of '->' requires a pointer to class; type found was 'struct WF_SEARCH_WU'....
1
Dököll
by: Dököll | last post by:
Greetings, Good buddies! I am for the first time, since I started learning VB, going to build an application I wanted to build for my first son, a language and activities program that will allow...
1
by: sora | last post by:
Hi, I've developed a MFC program under VS 6.0. My debugger *was* working fine and I've used it often for my project. Then, one day, the errors below appear and they prevent me from using the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.