I recently opened a ticket to uninstall the trial version of Netflow.
They send me a zip file with an uninstall executable that needed to be ran in the Orion root directory.
I ran the exe and now when I try to access the web interface I get the following error.
Thank you in advance
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 'NetFlow' does not exist in the namespace 'Solarwinds' (are you missing an assembly reference?)
Source Error:
Line 5: using System.ComponentModel;
Line 6: using System.Data;
Line 7: using Solarwinds.NetFlow.Common.Extensions;
Line 8: using SolarWinds.Orion.Web.DisplayTypes;
Line 9: using System.Web.UI;
Source File: c:\inetpub\SolarWinds\App_Code\TopUnifiedReportHelper.cs Line: 7