November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi
Didn't used this package but it looks like
Gulla.Episerver.AutomaticImageDescription.Core
in this version doesn't contain
AutomaticImageDescriptionOptions
Make sure you don't have version mismatch
I added the [ServiceConfiguration]
attribute to the class AutomaticImageDescriptionOptions
.
Now, it works.
I've got an addon that consits of two nuget packages. One nuget with core functionalidaty and one nuget (that depends on the first nuget) with a scheduled job.
In CMS 11 and earlier versions of CMS 12, this worked without problems, but in later versions of CMS 12 this has stopped working.
Error message when I try to run the job:
What I'm trying to do is different variations of this, to load the Options (settings) defined in Gulla.Episerver.AutomaticImageDescription, from the job defined in Gulla.Episerver.AutomaticImageDescription.ScheduledJob.
I've tried with construction parameter injection. Same error.
Any tips?