Copied to clipboard

Flag this post as spam?

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


  • Josiah D Thoen 18 posts 63 karma points
    Jun 15, 2013 @ 20:59
    Josiah D Thoen
    0

    Does not work in 6.1.x

    I believe the class ConfigTree needs the TreeAttribute added.

    Without it the packages causes System.InvalidOperationException: Sequence contains no elements while installing this package as well as some others.  I was unable to install courier correctly because this error stops the install somewhere along the lines.

    Here is the code in the umbraco core that fails:

    umbraco.BusinessLogic.ApplicationTreeRegistrar

    public ApplicationTreeRegistrar()

            { ....

    var items = types.Select(x => new Tuple<Type, TreeAttribute>(x, x.GetCustomAttributes<TreeAttribute>(false).Single())).Where(x => ApplicationTree.getByAlias(x.Item2.Alias) == null);

    .. }

    The .Single fails because it is missing.

     

  • MK 429 posts 906 karma points
    Jul 16, 2013 @ 15:17
    MK
    0

    Would love to have this working on 6.X.X as well.

     

  • Sébastien Richer 194 posts 430 karma points
    Oct 09, 2013 @ 22:26
    Sébastien Richer
    0

    I get this also, 6.1.1. Would also like to use this :)

  • MK 429 posts 906 karma points
    Oct 09, 2013 @ 22:29
    MK
    1

    I think there is a builtin ver in 6.1.6.

  • Anders Brohäll 295 posts 561 karma points c-trib
    Nov 04, 2013 @ 18:14
    Anders Brohäll
    0

    I can confirm that. 
    In Developer, click the root node and there should be a tab in the dashboard called "Examine Management" 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies