Exception: "Unable to load DLL (OraOps9.dll)"
393239Apr 25 2003 — edited May 27 2003When I try to instantiate an object of a class defined in the ODP.NET DataAccess library I receive the above mentioned exception when I do it in an ASP.NET application.
It works fine if I try to access it in a console application.
I've already tried to define the assembly as full trusted assembly and also defined my asp.net dll as full trusted but I still receive the same error.
any suggestions?