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: