在针对我的RIA服务调用'GetProjectItemSummariesQuery'时,我遇到以下异常。奇怪的是,它只发生一次我每次调用函数四到五次。
System.ServiceModel.DomainServices.Client.DomainOperationException: Load operation failed for query 'GetProjectItemSummaries'. Object reference not set to an instance of an object.
at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Exception error)
at System.ServiceModel.DomainServices.Client.LoadOperation.Complete(Exception error)
at System.ServiceModel.DomainServices.Client.DomainContext.CompleteLoad(IAsyncResult asyncResult)
at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass1b.<Load>b__17(Object )
编辑:
我在被调用的服务和调用函数中都放了一个try / catch。他们什么也没抓到
答案 0 :(得分:1)
Configure WCF Tracing并尝试捕捉到真正发生的事情。
答案 1 :(得分:0)
错误的SetDescriptor或FilterDescriptor可能会产生相同的错误