2011-05-27 155 views
1

我定期得到看起来像这样的被当用户使用该程序从我的应用程序报告随机客户端错误:Silverlight和WCF错误HttpRequestTimedOutWithoutDetail

[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) 

我已经删除我的网站的网址从消息。

任何人都知道调试这些问题的好方法吗?该网站和服务工作正常,但定期我得到这样的原因不明的错误。

+0

现在我正在尝试此修复:http://stackoverflow.com/questions/331297/silverlight-async-timeout-error – strickland 2011-05-27 17:58:27

回答