L
lieberstraum
I setup webservice on both client & server side to communicate bi-way.
But the server will crash in short time, maybe 60 second. And the
error message in Event log is as following, any suggestion is highly
appreciated!
System.AppDomainUnloadedException: The application domain in which the
thread was running has been unloaded.
Server stack trace:
at System.Threading.Thread.InternalCrossContextCallback(Context
ctx, IntPtr ctxID, Int32 appDomainID, InternalCrossContextDelegate
ftnToCall, Object[] args)
at
System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[]
reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
SmuggledMethodReturnMessage& smuggledMrm)
at
System.Runtime.Remoting.Channels.CrossAppDomainSink.SyncProcessMessage(IMessage
reqMsg)
Exception rethrown at [0]:
at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
at
SoftCreekLib.HttpListenerLib.HttpListenerWrapper.ProcessRequest()
at SoftCreekLib.HttpListenerLib.HttpListenerController.Pump()
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
But the server will crash in short time, maybe 60 second. And the
error message in Event log is as following, any suggestion is highly
appreciated!
System.AppDomainUnloadedException: The application domain in which the
thread was running has been unloaded.
Server stack trace:
at System.Threading.Thread.InternalCrossContextCallback(Context
ctx, IntPtr ctxID, Int32 appDomainID, InternalCrossContextDelegate
ftnToCall, Object[] args)
at
System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[]
reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
SmuggledMethodReturnMessage& smuggledMrm)
at
System.Runtime.Remoting.Channels.CrossAppDomainSink.SyncProcessMessage(IMessage
reqMsg)
Exception rethrown at [0]:
at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
at
SoftCreekLib.HttpListenerLib.HttpListenerWrapper.ProcessRequest()
at SoftCreekLib.HttpListenerLib.HttpListenerController.Pump()
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.