Oracel 9.2.0 and ADO.Net

  • Thread starter Thread starter James
  • Start date Start date
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.
 
Yeah, I have a suggestion.
Make sure that the folder where oracle dlls are located is visible to
asp.net user (NTFS security).
 
Back
Top