Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
'umbraco.MacroEngines.DynamicNodeList' does not contain assembly
Kindly suggest to resolve this issue since i am getting this error during implementation of pagination .
Noor,
I think DynamicNodeList has been deprecated its not longer available in v8?
Regards
Ismail
Yes, anything that would have produced a DynamicNodeList should now give you an IEnumerable<IPublishedContent>.
DynamicNodeList
IEnumerable<IPublishedContent>
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
'umbraco.MacroEngines.DynamicNodeList' does not contain assembly
'umbraco.MacroEngines.DynamicNodeList' does not contain assembly
Kindly suggest to resolve this issue since i am getting this error during implementation of pagination .
Noor,
I think DynamicNodeList has been deprecated its not longer available in v8?
Regards
Ismail
Yes, anything that would have produced a
DynamicNodeList
should now give you anIEnumerable<IPublishedContent>
.is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.