I upgraded our installation of Orion SL250 8.5.1 today to our new Orion SLX 8.5.1 with SP3.
Somewhere in the process, the Orion Web Console no longer functions. When trying to start the web console, the following error is thrown.
Server Error in '/' Application.
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Source Error:
|
Line 4: using System.Web.Services; Line 5: using System.Web.Services.Protocols; Line 6: using System.Web.Script.Services; Line 7: using System.Web.UI; Line 8: using SolarWinds.Orion.Web; |
Source File: c:\Inetpub\SolarWinds\App_Code\NodeTree.cs Line: 6
I have opened a support ticket with Solarwinds, but it's the weekend and I really need to get this fixed. Any of you wizards out there run across something similar?
The server Solarwinds is installed on is:
Windows 2003 Server R2 32bit.
.NET version 1/2/3 are installed.
AJAX was installed by the upgrade.
Thanks in advance for any help.