Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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