|
|
|
date: Tue, 15 Apr 2008 17:59:01 -0700,
group: microsoft.public.opsmgr.sp1
back
Error connecting to webconsole/Mobile
I am unable to load the Mobile Web Console
Any information on how to resolve this much appreciated.
Server Error in '/Mobile' 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
'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 50: <add path="ChartAxd.axd" verb="*"
type="Dundas.Charting.WebControl.ChartHttpHandler" validate="false" />
Line 51: <add verb="*" path="Reserved.ReportViewerWebControl.axd"
type="Microsoft.Reporting.WebForms.HttpHandler,
Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />
Line 52: <add verb="*" path="Reserved.ReportViewerWebControl.axd"
type="Microsoft.Reporting.WebForms.HttpHandler,
Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />
Line 53: </httpHandlers>
Line 54: <httpModules>
Source File: C:\Program Files\System Center Operations Manager 2007\Web
Console\web.config Line: 52
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42
date: Tue, 15 Apr 2008 17:59:01 -0700
author: Eve
RE: Error connecting to webconsole/Mobile
To answer my own question:
The Reporting Viewer Web Form DLLS need to copied from OpsMgr\Bin to
Mobile\Bin
Microsoft.ReportViewer.Common.dll
Microsoft.ReportViewer.WebForms.dll
"Eve" wrote:
> I am unable to load the Mobile Web Console
>
> Any information on how to resolve this much appreciated.
>
>
>
> Server Error in '/Mobile' 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
> 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
> cannot find the file specified.
>
> Source Error:
>
>
> Line 50: <add path="ChartAxd.axd" verb="*"
> type="Dundas.Charting.WebControl.ChartHttpHandler" validate="false" />
> Line 51: <add verb="*" path="Reserved.ReportViewerWebControl.axd"
> type="Microsoft.Reporting.WebForms.HttpHandler,
> Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a" />
> Line 52: <add verb="*" path="Reserved.ReportViewerWebControl.axd"
> type="Microsoft.Reporting.WebForms.HttpHandler,
> Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a" />
> Line 53: </httpHandlers>
> Line 54: <httpModules>
>
>
> Source File: C:\Program Files\System Center Operations Manager 2007\Web
> Console\web.config Line: 52
>
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
>
>
> WRN: Assembly binding logging is turned OFF.
> To enable assembly bind failure logging, set the registry value
> [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
> Note: There is some performance penalty associated with assembly bind
> failure logging.
> To turn this feature off, remove the registry value
> [HKLM\Software\Microsoft\Fusion!EnableLog].
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
> Version:2.0.50727.42
date: Tue, 15 Apr 2008 18:35:00 -0700
author: Eve
|
|