Breadcrumbs Error after upgrade to 8.0

Posted by Community Admin on 03-Aug-2018 17:00

Breadcrumbs Error after upgrade to 8.0

All Replies

Posted by Community Admin on 19-May-2015 00:00

I am getting the following error on the breadcrumbs widget for our site after an upgrade to version 8.0.  

Telerik.Web.UI.RadSiteMap with ID='Breadcrumb' was unable to find an embedded skin with the name 'Sitefinity'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false. 

I have referenced the Telerik.Web.UI.Skins DLL.  The code for the widget is as follows:

<div class="sfBreadcrumbWrp">
    <sf:SitefinityLabel id="BreadcrumbLabel" runat="server" WrapperTagName="span" HideIfNoText="true" CssClass="sfBreadcrumbLabel" />
    <telerik:RadSiteMap runat="server" ID="Breadcrumb" Skin="Sitefinity">
        <DefaultLevelSettings ListLayout-RepeatDirection="Horizontal" Layout="Flow"/>
    </telerik:RadSiteMap>
</div>

Posted by Community Admin on 19-May-2015 00:00

Sitefinity skin has been deprecated.

blogs.telerik.com/.../6-telerik-asp.net-ajax-skins-going-obsolete

 

You'll need to change the template ​and specify another skin.

This thread is closed