Page view counter

Parser Error: Unknown server tag 'dnn:Breadcrumb'.

Last post 08-17-2004 1:29 PM by cniknet. 1 replies.

Sort Posts:

  • Parser Error: Unknown server tag 'dnn:Breadcrumb'.

    08-17-2004, 1:10 PM
    • Loading...
    • bdaniel5
    • Joined on 01-25-2004, 1:21 PM
    • Cedar Hill,TX
    • Posts 21
    • Points 105
    I am trying to modify a skin that I really like to include the path to the currently selected tab. I have modified the ascx file to include the following line:

    <td valign="bottom" align="center" bgcolor="black"><dnn:Breadcrumb runat="server" id="dnnBreadcrumb" /></td>

    When I try to view the skin with the change I get the error: <b>Parser Error: Unknown server tag 'dnn:Breadcrumb'.

    I have tried it with varying cases: lower case, upper case, mixed (dnn:BreadCrumb, dnn:BREADCRUMB, dnn:Breadcrumb)

    Anybody know how I can fix this?
    My DNN setup on www.AxisFellowship.org
  • Re: Parser Error: Unknown server tag 'dnn:Breadcrumb'.

    08-17-2004, 1:29 PM
    • Loading...
    • cniknet
    • Joined on 07-23-2002, 3:19 PM
    • Washington, DC
    • Posts 1,915
    • Points 9,585
    This error is occurring because you are most likely missing the Register tag for the control:

    <%@ Register TagPrefix="dnn" TagName="BreadCrumb" Src="~/admin/Skins/BreadCrumb.ascx"%>

    Adding the above line to your skin .ascx file will do the trick.

    Nik
    Nik Kalyani
    Speerio, Inc.

    [DotNetNuke and ASP.Net solutions here]
Page 1 of 1 (2 items)