https://bugzilla.novell.com/show_bug.cgi?id=412495
User [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
