【问题标题】:Silverlight and WCF Errors HttpRequestTimedOutWithoutDetailSilverlight 和 WCF 错误 HttpRequestTimedOutWithoutDetail
【发布时间】: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)

我已从邮件中删除了我网站的网址。

有人知道调试这些问题的好方法吗?网站和服务运行良好,但我会定期收到类似这样的无法解释的错误。

【问题讨论】:

标签: c# silverlight wcf


【解决方案1】:

您可以enable tracing 为您的 WCF 服务。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-04-27
    • 1970-01-01
    • 1970-01-01
    • 2011-08-27
    相关资源
    最近更新 更多