WCF Demo Client Crashes when run using the VS2013 Debugger

52 views
Skip to first unread message

Denis Abramov

unread,
Mar 13, 2015, 12:33:09 PM3/13/15
to rabbitm...@googlegroups.com
I was running the WCF examples. I am finding that if I run the WFC Client/Server in VS2013 without the debugger everything is fine. If run the server without the debugger and use the debugger to run the client I get. Any ideas what might be happening here when the debugger is turned on?

System.ServiceModel.ProtocolException was unhandled
  _HResult=-2146233087
  _message=The remote endpoint sent inconsistent responses to the same create sequence request. The sequence identifiers are not identical.
  HResult=-2146233087
  IsTransient=false
  Message=The remote endpoint sent inconsistent responses to the same create sequence request. The sequence identifiers are not identical.
  RemoteStackTrace=
Server stack trace:
   at System.Runtime.InputQueue`1.WaitQueueReader.Wait(TimeSpan timeout, T& value)
   at System.Runtime.InputQueue`1.Dequeue(TimeSpan timeout, T& value)
   at System.ServiceModel.Channels.InputQueueChannel`1.Dequeue(TimeSpan timeout, TDisposable& item)
   at System.ServiceModel.Channels.DuplexChannel.TryReceive(TimeSpan timeout, Message& message)
   at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
  Source=mscorlib
  StackTrace:
    Server stack trace:
       at System.Runtime.InputQueue`1.WaitQueueReader.Wait(TimeSpan timeout, T& value)
       at System.Runtime.InputQueue`1.Dequeue(TimeSpan timeout, T& value)
       at System.ServiceModel.Channels.InputQueueChannel`1.Dequeue(TimeSpan timeout, TDisposable& item)
       at System.ServiceModel.Channels.DuplexChannel.TryReceive(TimeSpan timeout, Message& message)
       at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    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)
  InnerException:

Michael Klishin

unread,
Mar 13, 2015, 12:36:10 PM3/13/15
to Denis Abramov, rabbitm...@googlegroups.com
RabbitMQ client or WCF bindings are not mentioned in the trace. I suspect the problem
lies elsewhere. 
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages