Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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);
is working on a reply...
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.
Continue discussion
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
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:
Dave
is working on a reply...
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.