Oracel 9.2.0 and ADO.Net

J

James

When I run a web service against an Oracle 9.2.0 database
I get message from the web service that it can not load
the DLL OCI.DLL (the oracle dll). However, I know the DLL
exists and that it can be found in the path.

When I run the same web services with a 8.1.7 database and
OCI.dll or a 9.0.1 database and OCI.dll everything works
great.

Why can't I get the .Net framework 1.1 to recognize the
Oracle 9.2.0 dll. I have used depends.exe to make sure
all required components can be found. Everything seems OK.

Any suggestions or assistance would be appreciated.
 
M

Miha Markic

Yeah, I have a suggestion.
Make sure that the folder where oracle dlls are located is visible to
asp.net user (NTFS security).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top