我們正在開發Silverlight Web應用程序以在地圖上顯示推文並使用情感API分析推文。我們在沒有問題的情況下使用了情緒API 3或4周。然後,我們在調用情緒之後有時會面臨TargetInvocationException API調用情緒後拋出TargetInvocationException API
現在,我們在調用情感API越來越多之後面臨TargetInvocationException。
XDocument newdoc = XDocument.Parse(en.Result);
en.Result成爲零和
異常顯示:
System.Reflection.TargetInvocatinException:在操作過程中出現的異常,使結果無效。檢查InnerExcepton獲取異常詳細信息。 ---> System.Net.WebException:遠程服務器返回一個錯誤:NotFound ---> System.Net.WebException:遠程服務器返回一個錯誤:NotFound。 at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult ayncResult) at System.Net.Browser.BrowserHttpWebRequest。 <> c_DisplalyClass4.b__1(對象sendState) ---在System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod,對象狀態) 在System.Net.Browser.BrowserHttpWebRequest.EndGetResponse內部異常堆棧跟蹤 結束(IAsyncResult的ayncResult) 在System.Net.WebClient.GetWebResponse(WebRequest的,IAsyncResult的結果) 在System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult的結果) ---在System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary內部異常堆棧跟蹤 結束( ) at System.Net.DownloadStringCompletedEvent Args.get_Result() at SilverlightApplication1.MainPage。 <> c_DisplayClass1a。 <> c_DisplayClass23.b__16(Object ss,DownloadStringCompletedEventArgs en)