This question is locked. New answers and comments are not allowed.
VS2008 SP1, MVC FRAMEWORK RC
SILVERLIGHT 3
RADGRIDVIEW 12/08/2009
I'm getting the same error as Corey:
2. Initial call to DDS1.QueryName = "GetItemsQuery" and DDS1.Load() is made in the Page Loaded handler or a [ScriptableMember] handler not in the page constructor.
3 The ensuing call to the RIA query, GetItems, returns the correct data.but this Silverlight error occurs:
"No method 'Count' on type 'System.Linq.Queryable' is compatible with the supplied arguments"
4. If DDS1.Load() is called in the page constructor (after InitializeComponent) no error occurs even if AutoLoad=False.
5. The latest internal build (1219) fixes the problem.
SILVERLIGHT 3
RADGRIDVIEW 12/08/2009
I'm getting the same error as Corey:
http://www.telerik.com/community/forums/silverlight/gridview/error-binding-gridview-to-domaindatasource.aspx
However, the DDS query that produces the error isn't preceded by a query that returns an empty list:
2. Initial call to DDS1.QueryName = "GetItemsQuery" and DDS1.Load() is made in the Page Loaded handler or a [ScriptableMember] handler not in the page constructor.
3 The ensuing call to the RIA query, GetItems, returns the correct data.but this Silverlight error occurs:
"No method 'Count' on type 'System.Linq.Queryable' is compatible with the supplied arguments"
4. If DDS1.Load() is called in the page constructor (after InitializeComponent) no error occurs even if AutoLoad=False.
5. The latest internal build (1219) fixes the problem.