A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Did you get this to work yet? I can't really see much odd with your setup, but here is a shot. See if you can add your assembly name to the type attribute in your configuration. That would be something like:
<add description="Schedule" name="Schedule" type="Tree.Templates.DynamicContent.Vpo.ScheduleList, Tree" />
If your binary was called Tree.dll
EPiServer's DynamicPageProperty is in EPiServer.dll
<add description="Displays a property from any page" name="PagePropertyPlugin" type="EPiServer.DynamicContent.PlugIn.DynamicPageProperty, EPiServer" />
like so.
Hope it helps.
//Mathias
EDIT: Removed failed config paste.
Hi,
I have started to build a user control like this way.
Schedule.ascx file code
The Dynamic Content control type Schedule could not be loaded. Check the <dynamicContent> section in web.config
What is the problem