2011-05-27 74 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

回答