The web console displays the below message:
Attempted to access an unloaded AppDomain.
System.AppDomainUnloadedException
System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
at Replay.ServiceHost.Implementation.Hosting.WebHost.ProcessRequest(WebConnection connection)
at Replay.ServiceHost.Implementation.Hosting.WebServer.HandleIncomingRequest(HttpRequestEventArgs requestEventArgs)
at Replay.ServiceHost.Implementation.Hosting.ListenerServiceRequestProcessor.ProcessRequest(HttpRequestEventArgsWrapper httpRequestEventArgs)
System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
at Replay.ServiceHost.Implementation.Hosting.WebHost.ProcessRequest(WebConnection connection)
at Replay.ServiceHost.Implementation.Hosting.WebServer.HandleIncomingRequest(HttpRequestEventArgs requestEventArgs)
at Replay.ServiceHost.Implementation.Hosting.ListenerServiceRequestProcessor.ProcessRequest(HttpRequestEventArgsWrapper httpRequestEventArgs)
Attempted to access an unloaded AppDomain.
System.AppDomainUnloadedException
System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
at Replay.ServiceHost.Implementation.Hosting.WebHost.ProcessRequest(WebConnection connection)
at Replay.ServiceHost.Implementation.Hosting.WebServer.HandleIncomingRequest(HttpRequestEventArgs requestEventArgs)
at Replay.ServiceHost.Implementation.Hosting.ListenerServiceRequestProcessor.ProcessRequest(HttpRequestEventArgsWrapper httpRequestEventArgs)
The issue is coupled with the following error in the Event Log
Event code: 3005 Event message: An unhandled exception has occurred. Event time: 7/8/2014 8:42:29 AM Event time (UTC): 7/8/2014 1:42:29 PM Event ID: 1bcc5e25bd214e508cac101555ff0ffe Event sequence: 2 Event occurrence: 1 Event detail code: 0
//=============================================================================//
You may also find that the UI does not load displaying an XML error instead indicating the software version and an access is denied message.
XML file does not appear to have any style information associated with it
You will find something like this in the AppRecovery log:
Replay.ServiceHost.Implementation.Hosting.ListenerService ()
Solution 1
Solution 2