Hi All,
i am new to ASP.NET MVC. I need help in creating internet application from visual studio. I tried doing it but i am getting configuration error which is shown below.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify
your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Oracle.Web, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 271: <healthMonitoring>
Line 272: <providers>Line 273: <add name="OracleWebEventProvider" type="Oracle.Web.Management.OracleWebEventProvider, Oracle.Web, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="OraAspNetConString" buffer="true" bufferMode="OracleNotification"/>Line 274: </providers>
Line 275: </healthMonitoring> |
Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config Line: 273
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.Web, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = Oracle.Web, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342 (Fully-specified) LOG: Appbase = file:///C:/MVC/Mvcdem/Mvcdem/ LOG: Initial PrivatePath = C:\MVC\Mvcdem\Mvcdem\bin Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\MVC\Mvcdem\Mvcdem\web.config LOG: Using host configuration file: C:\Users\HemanthReddy\Documents\IISExpress\config\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Post-policy reference: Oracle.Web, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342 LOG: Attempting download of new URL file:///C:/Users/HemanthReddy/AppData/Local/Temp/Temporary ASP.NET Files/vs/f45b0cec/991fb125/Oracle.Web.DLL. LOG: Attempting download of new URL file:///C:/Users/HemanthReddy/AppData/Local/Temp/Temporary ASP.NET Files/vs/f45b0cec/991fb125/Oracle.Web/Oracle.Web.DLL. LOG: Attempting download of new URL file:///C:/MVC/Mvcdem/Mvcdem/bin/Oracle.Web.DLL. LOG: Attempting download of new URL file:///C:/MVC/Mvcdem/Mvcdem/bin/Oracle.Web/Oracle.Web.DLL. LOG: Attempting download of new URL file:///C:/Users/HemanthReddy/AppData/Local/Temp/Temporary ASP.NET Files/vs/f45b0cec/991fb125/Oracle.Web.EXE. LOG: Attempting download of new URL file:///C:/Users/HemanthReddy/AppData/Local/Temp/Temporary ASP.NET Files/vs/f45b0cec/991fb125/Oracle.Web/Oracle.Web.EXE. LOG: Attempting download of new URL file:///C:/MVC/Mvcdem/Mvcdem/bin/Oracle.Web.EXE. LOG: Attempting download of new URL file:///C:/MVC/Mvcdem/Mvcdem/bin/Oracle.Web/Oracle.Web.EXE. |
Any help would be greatly appreciated.
Thanks in advance
Hemanth