Could not load Oracle.Web
Hi,
I have installed ODAC 11.2 on my system and later uninstalled it to install 11.1. But when I installed 11.1, I am getting the following error while running ASP.NET application from IIS. Can anyone help me with this?
Parser Error Message: Could not load file or assembly 'Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 172: <healthMonitoring>
Line 173: <providers>
Line 174: <add name="OracleWebEventProvider" type="Oracle.Web.Management.OracleWebEventProvider , Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="OraAspNetConString" buffer="true" bufferMode="OracleNotification" />
Line 175: </providers>
Line 176: </healthMonitoring>
Thanks.
|