Not sure if this is related or not, but after manually removing the references to IdeaBlade.* and Cocktail* and adding references to the new versions (6.1.7 and 0.6/1.02) the following error bubbles up when fetching data using a EntityQueryPager: Argument types do not match Stacktrace: at IdeaBlade.EntityModel.PageChangedOperation`1.HandleError(EntityQueryPageChangedEventArgs`1 pcArgs) at IdeaBlade.EntityModel.PageChangedOperation`1.OnCompleted() at IdeaBlade.EntityModel.PageChangedOperation`1.<.ctor>b__0(Object s, CoroutineCompletedEventArgs e) at IdeaBlade.EntityModel.BaseOperation`2.OnCompleted() at IdeaBlade.EntityModel.BaseOperation`2.IdeaBlade.EntityModel.IHasAsyncEventArgs.OnCompleted() at IdeaBlade.EntityModel.CoroutineOperation.OnCompleted(INotifyCompletedArgs notifyCompletedArgs) at IdeaBlade.EntityModel.CoroutineSerialProcessor.HandleCompletedAndProcessNext(INotifyCompletedArgs args) at IdeaBlade.EntityModel.BaseOperation.NotifyCompletedDelegate.Invoke(INotifyCompletedArgs args) at IdeaBlade.EntityModel.BaseOperation.BaseOnCompleted() at IdeaBlade.EntityModel.BaseOperation`2.OnCompleted() at IdeaBlade.EntityModel.BaseOperation`2.IdeaBlade.EntityModel.IHasAsyncEventArgs.OnCompleted() at IdeaBlade.EntityModel.AsyncProcessor`1.<>c__DisplayClass2.<.ctor>b__0(TArgs args) at IdeaBlade.EntityModel.AsyncProcessor`1.Signal() at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__5(Object x) Then I deleted all resharper, bin and obj folders. After this the IdeaBlade.EntityModel.Web.ServiceVirtualPathProvider() was not resolved... although all the references where there. I ended up rebuilding the asp.net web application from scratch. What would be the right way to upgrade the solution?
|