我在一个带有datgrid的silverlight应用程序中工作,根据文本框的值显示记录
当记录超过3000时,它会显示如下错误,当rcord数低于3000时它可以正常工作?如何克服这个异常或处理这个
base {System.Net.WebException: The remote server returned an error: NotFound.
at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)
at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)} System.SystemException {System.Net.WebException}
答案 0 :(得分:2)
您可能正在达到分别在绑定和行为中定义的MaxReceivedMessageSize或MaxItemsInObjectGraph限制。
您需要更新这两个配置,并将这些参数设置为足够高的值(Int32.MaxValue)