Server Error in '/' Application.

Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.

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.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.

Source Error:


Line 129:                            CreateSiteMapNodeFromDataReader(reader);
Line 130:                        if (node != null)
Line 131:                            AddNode(node, GetParentNodeFromDataReader(reader));
Line 132:                    }
Line 133:                }

Source File: c:\inetpub\wwwroot\YFLF\freedocuments\App_Code\SqlSiteMapProvider.cs    Line: 131

Stack Trace:


[InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.]
   System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) +443
   SqlSiteMapProvider.BuildSiteMap() in c:\inetpub\wwwroot\YFLF\freedocuments\App_Code\SqlSiteMapProvider.cs:131
   System.Web.StaticSiteMapProvider.FindSiteMapNode(String rawUrl) +168
   System.Web.SiteMapProvider.FindSiteMapNode(HttpContext context) +66
   System.Web.SiteMapProvider.get_CurrentNode() +52
   System.Web.UI.WebControls.SiteMapPath.CreateControlHierarchy() +77
   System.Web.UI.WebControls.SiteMapPath.CreateChildControls() +41
   System.Web.UI.Control.EnsureChildControls() +146
   System.Web.UI.Control.PreRenderRecursiveInternal() +61
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9061