|
Group: StrataFrame Users
Posts: 94,
Visits: 481
|
Hi Trent,
Thanks for looking into this. I tried your recommendation and I'm still getting that error. I loaded the test project you sent; I changed the references to Telerik.Web.UI from 2009.2.826.20 to 2008.2.826.35 and the database connection string and ran it. Default.aspx ran fine but WithRadGrid.aspx gave the same error.
The last 2 digits of the version number represent the .net version it was compiled under (i believe). I'm wondering if you would get the same error if you tested with 2009.2.826.35? You should be able to find this assembly in the Bin35 directory under [C:\Program Files\Telerik\RadControls for ASPNET AJAX Q2 2008]. Can you please test this?
[InvalidOperationException: This is a single-use enumerator and cannot be reset.]
MicroFour.StrataFrame.Business.Enumerator.MoveNext() +130
MicroFour.StrataFrame.UI.Web.Enumerator.MoveNext() +95
Telerik.Web.UI.AdvancedEnumerator.MoveNext() +40
Telerik.Web.UI.GetEnumerator>d__0.MoveNext() +95
Telerik.Web.UI.GridDataTableFromEnumerable.FillDataTableFromEnumerable(IQueryable enumerable) +176
Telerik.Web.UI.GridDataTableFromEnumerable.FillData35() +3864
Telerik.Web.UI.GridDataTableFromEnumerable.FillData() +626
Telerik.Web.UI.GridResolveEnumerable.Initialize() +32
Telerik.Web.UI.GridResolveEnumerable.EnsureInitialized() +20
Telerik.Web.UI.GridEnumerableFromDataView..ctor(GridTableView owner, IEnumerable enumerable, Boolean CaseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields) +151
Telerik.Web.UI.GridDataSourceHelper.CreateGridEnumerable(GridTableView owner, IEnumerable enumerable, Boolean caseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields) +129
Telerik.Web.UI.GridDataSourceHelper.GetResolvedDataSource(GridTableView owner, Object dataSource, String dataMember, Boolean caseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields) +383
Telerik.Web.UI.GridTableView.get_ResolvedDataSource() +141
Thank You,
Govinda
|