Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have implemented Jqgrid in a Sharepoint visual webpart using the approach documented in this article http://www.mindsharp.com/blog/2012/05/integrating-jqgrid-with-sharepoint-quickstart/ It' works great on my local Sharepoint 2010 server. I deploy the webpart to another Sharepoint 2010 server and I am getting the error listed at the bottom of my question.

How can I be seeing this error about method Count not being supported? It is the same version of Sharepoint and the same code.

02/13/2013 11:51:20.32 w3wp.exe (0x16F0)
0x1674 SharePoint Foundation Runtime
tkau Unexpected System.NotSupportedException: The method 'Count' is not supported. at System.Data.Services.Client.DataServiceQueryProvider.ReturnSingleton[TElement](Expression expression) at System.Linq.Queryable.Count[TSource](IQueryable`1 source) at GHD.SkillsMatrix.SharePoint.Services.SearchSkillRatings.getXML()
at GHD.SkillsMatrix.SharePoint.Layouts.GHD.SkillsMatrix.SharePoint.NorthwindsXml.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncP... 296b2867-800b-47f4-a008-11d8df4af2be 02/13/2013 11:51:20.32* w3wp.exe (0x16F0)
0x1674 SharePoint Foundation Runtime
tkau Unexpected ...oint, Boolean includeStagesAfterAsyncPoint) 296b2867-800b-47f4-a008-11d8df4af2be

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.