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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...