Copied to clipboard

Flag this post as spam?

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


  • Paul Sørensen 304 posts 650 karma points
    Dec 20, 2014 @ 00:45
    Paul Sørensen
    0

    Upgrading custom sections to v7

     

    Hi

    I have succesfully upgraded my site to v7.2.1 but my Custom section is only shown as an Icon in the Left pane - nothing else. Do I need to rewrite them from scratch?

    /Paul S

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 20, 2014 @ 05:49
    Jan Skovgaard
    0

    Hi Paul

    Did you clear the Umbraco cache by going to /config/ClientDependency.config and increment the version attribute? If not please try doing this and then recycle the app pool.

    Hope this helps.

    /Jan

  • Paul Sørensen 304 posts 650 karma points
    Dec 20, 2014 @ 16:10
    Paul Sørensen
    101

    Thanks for your help.

    It turned out that the types in the tree,config had to be fully qualified. Aparantly this was not nescessary prior to v7

    /Paul S

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 20, 2014 @ 18:09
    Jan Skovgaard
    0

    Hi Paul

    Ah, I was not aware of that either - So just for future reference, newcommers and others who could be facing the issue do you mind showing an example displaying the difference.

    Cheers, Jan

  • Paul Sørensen 304 posts 650 karma points
    Dec 30, 2014 @ 13:23
    Paul Sørensen
    0

    Sure

    Adding a custom application to the config/trees.config - before v7

     assembly="PaulS.MsMember" type="MemberLoad"  

    in v7

     assembly="PaulS.MsMember" type="PaulS.MsMember.MemberLoad,PaulS.MsMember" 

    /Paul S
Please Sign in or register to post replies

Write your reply to:

Draft