Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
In backoffice when right clicking on the current users name and selecting My settings (or similar, where it is possible to change the language and mine is not English - which I wanted to change :-)), Episerver throws the following exception:
It happens only if Echo is not there in fallbackBehaviour, my config:I debugged it through in the LoadPlugins when it is trying to load plugn AssemblyName = "EPiServer.UI" TypeName = "EPiServer.UI.Edit.UserGuiSettings" from AssemblyName = "EPiServer.UI" it fetches the resource /admin/edituser/userguisettings/description once, the system returns an empty string and then for some reason it gets fetched again in LoadPlugins and then comes the ArgumentException. So the code is like this:
I think the resource should not be fetched like this. Also tried with later Episerver.UI package 11.21.4