oraOps10.dll -- cannot load

  • Thread starter Thread starter mjc9885
  • Start date Start date
M

mjc9885

From looking around the web, I know that many others have had to deal
with this issue. For most, it came down to a permissions problem;
however, my error still persists. I have gone so far as to give the
ASPNET machine account full permissions to the C:\ drive and all
subfolder & files, yet I still get the "Unable to load DLL
(OraOps10.dll)" error when I try to pull up my web app. Is there
something I need to be looking for??


Thanks!

--Mike
 
Here's something I'm going to investigate further....

I'm using NHibernate within my application. I'm wondering if there's
something I need to change involving this property:

<property name="connection.driver_class">
NHibernate.Driver.OracleClientDriver
</property>
 
Back
Top