Unable to load DLL (OraOps9.dll) on IIS 6.0
496735Apr 13 2006 — edited Oct 24 2011Hi,
i'va got a tricky problem (in my opinion), when creating a web appliction with .Net C# and ODP.Net 9.2 it works perfectly on my client (iis 5.1 installed, odp.net 9.2, oracle client 9.2), but after transfering my web project to the iis 6.0 on win2003 server, i get the following error message (on the server is the oracle 9.2 client installed) when i want to execute the web application from another pc:
Unable to load DLL (OraOps9.dll).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.DllNotFoundException: Unable to load DLL (OraOps9.dll).
Source Error:
[No relevant source lines]
Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\mitarbeiterforen\5db03c92\b42fb007\baj8zr06.0.cs Line: 0
Stack Trace:
[DllNotFoundException: Unable to load DLL (OraOps9.dll).]
Has anybody a solution for this problem?
thx
Joe