We are working on a Silverlight 4/5 application which communicates with the server through a NetTcp WCF service, hosted by windows service.
On some occasions we get an SfxServerDidNotReply error
This is barely documented online. People who experienced the same error haven't posted any answer anywhere.
Here is an MSDN Thread that gives no answer.
We can also find a reference in this ServiceChannel.cs class. But this code seems to throw the exception only when the channel is twoway, which is not the case for us.
Also, this error happens client side, monitoring the service server-side shows nothing.
Any idea? Some WCF expert here?