Breadcrumb (again) - compatible with SF 4.3

Posted by Community Admin on 03-Aug-2018 10:27

Breadcrumb (again) - compatible with SF 4.3

All Replies

Posted by Community Admin on 05-Nov-2011 00:00

Bytanium's breadcrumb is broken with 4.3, does anyone knows one compatible with SF 4.3?


Posted by Community Admin on 07-Nov-2011 00:00

Hello Murat,

I have replied to you in the support ticket you opened.

Kind regards,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 18-Nov-2011 00:00

hi Victor,

Could you please provide us some details on that or let me know where to look at? We are also facing the same issue after upgrading to Sitefinity 4.3.

Posted by Community Admin on 18-Nov-2011 00:00

Hi Subrata,

If you are using Bytanium Software's breadcrumb widget, you need to contact to the publisher as we do not support 3rd party widgets.

However if you do not wish to wait for the new version, what you can do is create a binding redirect in your web.config that will make them use the newer version of Telerik.Sitefinity assembly. Please find below an example of your web.config:

<runtime>
        <assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentityname="Telerik.Sitefinity"publicKeyToken="b28c218413bdf563"/>
                <bindingRedirectoldVersion="4.2.1650.0"newVersion="4.2.1733.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentityname="Telerik.Sitefinity.Model"publicKeyToken="b28c218413bdf563"/>
                <bindingRedirectoldVersion="4.2.1650.0"newVersion="4.2.1733.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>

Please adjust the markup accordingly and paste it before the closing </configuration> tag in your web.config, save it and restart the configuration - you should have everything working properly.

Also you may find the following thread useful.

Regards,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed