Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
478
NullReferenceException when binding to NetTiers DataSource with 2008.3
posted

 Having upgraded to 2008.3, I'm now getting a NullReferencException when declaritively binding a grid to a NetTiers DataSource object. This worked fine in 2008.1, and the DataSource object hasn't changed. What's going on?

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
Infragistics.WebUI.UltraWebGrid.UltraWebGrid.GetHierarchicalDataSourceView() +271
Infragistics.WebUI.UltraWebGrid.UltraWebGrid.DataBind() +154
System.Web.UI.WebControls.BaseDataList.EnsureDataBound() +60
System.Web.UI.WebControls.BaseDataList.OnPreRender(EventArgs e) +15
Infragistics.WebUI.UltraWebGrid.UltraWebGrid.OnPreRender(EventArgs e) +92
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842

 

Parents Reply Children
No Data