【发布时间】:2011-05-27 17:03:06
【问题描述】:
当用户使用如下所示的程序时,我会定期收到从我的应用程序报告的随机客户端错误:
[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)
我已从邮件中删除了我网站的网址。
有人知道调试这些问题的好方法吗?网站和服务运行良好,但我会定期收到类似这样的无法解释的错误。
【问题讨论】:
-
现在我正在尝试这个修复:stackoverflow.com/questions/331297/…
标签: c# silverlight wcf