What does 'System.InvalidOperationException: No matching MessageFilter was found for the given Messa

I sometimes encountered this error when I tried to publish my application to Production server via Eikon App Engine (1.5.0.1410).

By the way, this error appeared with STCP server only.

The full stack trace is below:

2014-11-05T03:04:57.822 INFO AppEngine 21 2014-11-05T15:04:57.818 INFO Publisher-14124 1 Error uploading app package: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: No matching MessageFilter was found for the given Message. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
2014-11-05T03:04:57.822 INFO AppEngine 21 System.InvalidOperationException: No matching MessageFilter was found for the given Message.
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Routing.MessageRpc.RouteToSingleEndpoint[TContract](RoutingConfiguration routingConfig)
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Routing.ProcessRequestAsyncResult`1..ctor(RoutingService service, Message message, AsyncCallback callback, Object state)
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Routing.RoutingService.BeginProcessRequest[TContract](Message message, AsyncCallback callback, Object state)
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Routing.RoutingService.System.ServiceModel.Routing.IRequestReplyRouter.BeginProcessRequest(Message message, AsyncCallback callback, Object state)
2014-11-05T03:04:57.822 INFO AppEngine 21 at AsyncInvokeBeginBeginProcessRequest(Object , Object[] , AsyncCallback , Object )
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Dispatcher.AsyncMethodInvoker.InvokeBegin(Object instance, Object[] inputs, AsyncCallback callback, Object state)
2014-11-05T03:04:57.822 INFO AppEngine 21 at System.ServiceModel.Dispatcher...).

Answers