Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sami 22 posts 104 karma points
    Dec 21, 2012 @ 14:58
    sami
    0

    Unknown server tag 'uComponents:RenderTemplate'.

    Hi, just upgraded to 4.7.1 from 4.9.1 and the back office seems to be working ok however when I wish to view my web site I keep getting "Unknown server tag 'uComponents:RenderTemplate'"  error from templates tags.

    Thanks

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Dec 21, 2012 @ 15:46
    Lee Kelleher
    0

    Hi Sami,

    Do you know if anything was removed from your templates or Web.config during the upgrade?

    If so, then you might be missing a reference to the RenderTemplate server control.

    Either in your template add this towards the top:

    <%@ Register Assembly="uComponents.Controls" Namespace="uComponents.Controls" TagPrefix="uComponents" %>

    or, add it to your Web.config, (under the "/configuration/system.web/pages/controls" section):

    <add tagPrefix="uComponents" namespace="uComponents.Core.Controls" assembly="uComponents.Core" />

     

    Failing that, take a read over this topic - contains info about upgrading past Umbraco 4.8 with uComponents: http://j.mp/umb48-breaks-ucomponents

    Cheers, Lee.

Please Sign in or register to post replies

Write your reply to:

Draft