This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Solarwinds down with the following error Compiler Error Message: CS0234

I was getting the error found here and I followed the instructions:

There was no endpoint listening at net.tcp://localhost:17777/SolarWinds/InformationService/Orion/ssl that could accept t…

Now I get the following error and everything is down via the web interface

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 'Platform' does not exist in the namespace 'SolarWinds.Orion.Web' (are you missing an assembly reference?)

Source Error:

Line 1:  using System.Web.Http; Line 2:  using SolarWinds.Orion.Web.Filters; Line 3:  using SolarWinds.Orion.Web.Platform; Line 4: Line 5:  


Source File: :\InetPub\SolarWinds\App_Code\WebApiConfig.cs    Line: 3