Copied to clipboard

Flag this post as spam?

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


  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 09, 2015 @ 09:47
    Dave Woestenborghs
    0

    Spindoctor tree not showing

    I just installed Spindoctor on a existing enviroment, but the spindoctor is not showing up.

    Install was reported as succesful.Database tables are there, application and tree config files are updated and dll's are in bin folder.

    Don't see any errors in the log files.

    Any ideas

    Dave

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 09, 2015 @ 09:52
    Dave Woestenborghs
    100

    Found the cause, because we are using Dependeny injecting. The assembly containing the spindoctor tree should be registered in the container.

    The example below is for Autofac:

     builder.RegisterApiControllers(typeof(Spindoctor.Umbraco.v7.Section.Trees.SpindoctorTreeController).Assembly);

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft