Error Using BreadCrumb

M

michael.b.cizmar

I am attempting to place a breadcrumb component into a master page. I
have tried to implement even the simplest web.sitemap. Does anyone
know what would cause the following error?

Michael

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="Default.aspx" title="Home" description="Home">
<siteMapNode url="default2.aspx" title="Default"
description="Default" />
<siteMapNode url="default3.aspx" title="Another"
description="Another" />
</siteMapNode>
</siteMap>



Server Error in '/MC+A2' Application.
--------------------------------------------------------------------------------

The 'url' property had a malformed URL: /MC+A2/Default.aspx.
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.Configuration.ConfigurationErrorsException:
The 'url' property had a malformed URL: /MC+A2/Default.aspx.

Source Error:


[No relevant source lines]


Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\mc+a2\09f2c522\dd419c34\App_Web_ba0jylpn.0.cs Line: 0

Stack Trace:


[ConfigurationErrorsException: The 'url' property had a malformed URL:
/MC+A2/Default.aspx.]
System.Web.XmlSiteMapProvider.GetNodeFromXmlNode(XmlNode xmlNode,
Queue queue) +1240
System.Web.XmlSiteMapProvider.ConvertFromXmlNode(Queue queue) +400
System.Web.XmlSiteMapProvider.BuildSiteMap() +1599
System.Web.XmlSiteMapProvider.get_RootNode() +27
System.Web.UI.WebControls.SiteMapDataSource.GetNodes() +566

System.Web.UI.WebControls.SiteMapDataSource.GetPathNodeCollection(String
viewPath) +51
System.Web.UI.WebControls.SiteMapDataSource.GetView(String viewName)
+180

System.Web.UI.WebControls.SiteMapDataSource.System.Web.UI.IDataSource.GetView(String
viewName) +32
System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView()
+382
System.Web.UI.WebControls.DataBoundControl.OnLoad(EventArgs e) +36
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +158
System.Web.UI.Control.LoadRecursive() +158
System.Web.UI.Control.LoadRecursive() +158
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+5846
System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+188
System.Web.UI.Page.ProcessRequest() +112
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
+37
System.Web.UI.Page.ProcessRequest(HttpContext context) +135
ASP.default_aspx.ProcessRequest(HttpContext context) in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\mc+a2\09f2c522\dd419c34\App_Web_ba0jylpn.0.cs:0

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+401
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +117
 
Joined
Jul 31, 2008
Messages
2
Reaction score
0
Only Alpha and Numerics in a URL .... loose the + sign


better late then sorry ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top