[Mono-bugs] [Bug 412495] New: [Regression] StaticSiteMapProvider: InvalidOperationException adding node
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jul 27 05:49:54 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=412495
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=412495#c323799
Summary: [Regression] StaticSiteMapProvider:
InvalidOperationException adding node
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Running the standalone test for bug #323799 now results in the following
exception:
System.InvalidOperationException: Multiple nodes with the same URL 'mono/' were
found. StaticSiteMapProvider requires that sitemap nodes have unique URLs.
at System.Web.StaticSiteMapProvider.AddNode (System.Web.SiteMapNode node,
System.Web.SiteMapNode parentNode) [0x00000]
at System.Web.XmlSiteMapProvider.AddNode (System.Web.SiteMapNode node,
System.Web.SiteMapNode parentNode) [0x00000]
at System.Web.SiteMapProvider.AddNode (System.Web.SiteMapNode node) [0x00000]
at System.Web.XmlSiteMapProvider.BuildSiteMap () [0x00000]
at System.Web.XmlSiteMapProvider.get_RootNode () [0x00000]
at System.Web.UI.WebControls.SiteMapDataSource.GetStartNode (System.String
viewPath) [0x00000]
at System.Web.UI.WebControls.SiteMapDataSource.GetHierarchicalView
(System.String viewPath) [0x00000]
at
System.Web.UI.HierarchicalDataSourceControl.System.Web.UI.IHierarchicalDataSource.GetHierarchicalView
(System.String viewPath) [0x00000]
at System.Web.UI.WebControls.HierarchicalDataBoundControl.GetData
(System.String viewPath) [0x00000]
at System.Web.UI.WebControls.TreeView.PerformDataBinding () [0x00000]
at
System.Web.UI.WebControls.HierarchicalDataBoundControl.InternalPerformDataBinding
() [0x00000]
at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect ()
[0x00000]
at System.Web.UI.WebControls.BaseDataBoundControl.DataBind () [0x00000]
at System.Web.UI.WebControls.TreeView.DataBind () [0x00000]
at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound ()
[0x00000]
at System.Web.UI.WebControls.BaseDataBoundControl.OnPreRender
(System.EventArgs e) [0x00000]
at System.Web.UI.WebControls.TreeView.OnPreRender (System.EventArgs e)
[0x00000]
at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000]
at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000]
at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000]
at System.Web.UI.Page.ProcessLoadComplete () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
To reproduce, see gert/standalone/bug81115 in SVN.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list