我们正在开发 Silverlight Web 应用程序以在地图上显示推文并使用情绪 API 分析推文。我们使用情绪 API 3 或 4 周没有问题。然后,我们有时会在调用情感 API 后遇到 TargetInvocationException
现在,我们越来越多地调用情感 API 后遇到 TargetInvocationException。
XDocument newdoc = XDocument.Parse(en.Result);
en.Result 变为 null 并且
异常显示:
System.Reflection.TargetInvocatinException :操作过程中发生异常,导致结果无效。检查 InnerException 以获取异常详细信息。---> System.Net.WebException:远程服务器返回错误:NotFound ---> System.Net.WebException:远程服务器返回错误:NotFound。在 System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult ayncResult) 在 System.Net.Browser.BrowserHttpWebRequest.<>c_DisplalyClass4.b__1(Object sendState) --- System.Net.Browser.AsyncHelper 的内部异常堆栈跟踪结束。 BeginOnUI(SendOrPostCallback beginMethod, Object state) 在 System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult ayncResult) 在 System.Net.WebClient.GetWebResponse(WebRequest, IAsyncResult result) 在 System.Net.WebClient。