InterfaceServiceDesk@interfaceglobal.com
-
3/23/2009 1:10:10 PM
Error on page tab
I am trying to create a press release. I seem to be able to create the posting. However, after I create the posting and try to view the "page tab", I see the error below. Has anyone seen this behavior before?
Server Error in '/' Application. --------------------------------------------------------------------------------
DataTableReader Cannot be created. There is no DataTable in DataSet. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: DataTableReader Cannot be created. There is no DataTable in DataSet.
Source Error:
Line 761: Line 762: DataSet temp = TreeHelper.SelectNodes(System.String.Concat(strNodeAliasPath, "%"), false, "CMS.PressRelease", "", "PressReleaseDate DESC"); Line 763: DataTableReader reader = temp.CreateDataReader(); Line 764: Line 765: char[] chrSpace = { ' ' };
Source File: d:\Sites\www_interfaceglobal_com\CMSWebParts\Viewers\cmsrepeater-interface-pr.ascx.cs Line: 763
Stack Trace:
[ArgumentException: DataTableReader Cannot be created. There is no DataTable in DataSet.] System.Data.DataSet.CreateDataReader() +1715539 CMSWebParts_Viewers_cmsrepeater_interface_pr.SetupControl() in d:\Sites\www_interfaceglobal_com\CMSWebParts\Viewers\cmsrepeater-interface-pr.ascx.cs:763 CMSWebParts_Viewers_cmsrepeater_interface_pr.OnContentLoaded() in d:\Sites\www_interfaceglobal_com\CMSWebParts\Viewers\cmsrepeater-interface-pr.ascx.cs:709 CMS.PortalControls.CMSWebPartZone.OnContentLoaded() +271 CMS.PortalControls.CMSAbstractLayout.OnContentLoaded() +117 CMS.PortalControls.CMSAbstractLayout.LoadContent(PageInfo pageInfo, Boolean reloadData) +313 CMS.PortalControls.CMSPagePlaceholder.LoadContent(PageInfo pageInfo, Boolean reloadData) +1049 CMS.PortalControls.CMSPagePlaceholder.LoadContent(PageInfo pageInfo, Boolean reloadData) +1189 CMS.PortalControls.CMSPortalManager.LoadContent(Boolean reloadData) +909 CMS.PortalControls.CMSPortalManager.CMSPortalManager_Init(Object sender, EventArgs e) +10 System.Web.UI.Control.OnInit(EventArgs e) +99 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
|