Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                Hi
Didn't used this package but it looks like
Gulla.Episerver.AutomaticImageDescription.Corein this version doesn't contain
AutomaticImageDescriptionOptionsMake 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?