Silverlight and WCF Errors HttpRequestTimedOutWithoutDetail
本文关键字:HttpRequestTimedOutWithoutDetail Errors WCF and Silverlight | 更新日期: 2023-09-27 17:57:46
当用户使用如下程序时,我会定期收到应用程序报告的随机客户端错误:
[HttpRequestTimedOutWithoutDetail]
Arguments: https://mysite/MyService.svc
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60310.0&File=System.ServiceModel.dll&Key=HttpRequestTimedOutWithoutDetail
at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
我已经从消息中删除了我的网站url。
有人知道调试这些问题的好方法吗?网站和服务运行良好,但我会定期收到这样无法解释的错误。
您可以为WCF服务启用跟踪。