Copied to clipboard

Flag this post as spam?

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


  • Henrik Hammarström 58 posts 54 karma points
    Mar 11, 2011 @ 15:57
    Henrik Hammarström
    0

    4.5.2

    Hi
    are this code working with 4.5.2
    I cant get it to work..

    http://www.nibble.be/?p=11

  • Kim Andersen 1447 posts 2196 karma points MVP
    Mar 12, 2011 @ 14:52
    Kim Andersen
    1

    Hi Henrik

    The code that you are linking to are used for the Legacy XML schema which is not the default version in v4.5.2. But you can however tell Umbraco to use the legavy XML instead of the new schema. Just find the following line in the /config/umbracoSettings.config.file:

    <UseLegacyXmlSchema>false</UseLegacyXmlSchema>

    and change it to:

    <UseLegacyXmlSchema>true</UseLegacyXmlSchema>

    Then the code sould work for you :)

    /Kim A

Please Sign in or register to post replies

Write your reply to:

Draft