Created
May 21, 2013 12:56
-
-
Save Akku/5619574 to your computer and use it in GitHub Desktop.
Exception while shutting down WPF application using XDMessaging, any idea what might be causing this?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.NullReferenceException was unhandled | |
Message=Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. | |
Source=mscorlib | |
StackTrace: | |
Server stack trace: | |
bei XDMessaging.Transport.IOStream.XDIoStreamListener.ProcessMessage(String fullPath) | |
bei System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) | |
bei System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) | |
bei System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) | |
Exception rethrown at [0]: | |
bei System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) | |
bei System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) | |
bei System.Action`1.EndInvoke(IAsyncResult result) | |
bei System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg) | |
bei System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) | |
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) | |
bei System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() | |
bei System.Threading.ThreadPoolWorkQueue.Dispatch() | |
bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback() | |
InnerException: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment