我觉得我用这个WCF RIA服务一次又一次地碰到了砖墙。/WCF_RIA_ServiceData.svc/GetEmployeeByID?y = new WCF_RIA_ServiceData();
WCF_RIA_ServiceDataService z = new WCF_RIA_ServiceData
我有一张6400行的桌子。这是一个父-子表,它有一个指向它的外键self (EF中的自关联引用)。我尝试一次加载所有节点/树,但它超过了最大项:“InnerException消息是‘在对象图中可以序列化或反序列化的最大项目数’65536‘”。最后,我编写了这段代码来加载数据,它工作(缓慢),但我认为这是一个肮脏的解决方案:
Private Sub loadOperation_Completed(ByVal sen
当我尝试使用WCF RIA为silverlight应用程序加载数据时,却得到了如下错误。MainPage_Loaded(object sender, RoutedEventArgs e) // create a context to the WCF RIAservice and call the RIAservice method
// to get the list of all custome
我有一个现有的RIA服务,我想在其中包含一个非常简单的调用,以找到某个自定义对象所允许的最大字段。如果有的话,这个值将不频繁地改变,我想在需要时只调用它一次,然后将它保存在客户机上。;
// Create the context for the RIAservice and get the field count from the server.Note: With RIA</e