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
Hi Guys,
I have upgraded an umbraco site from 4.7 to 4.10 and everything went smoothly - except a couple of my macros, which are now throwing the error:
Method not found: 'System.Collections.IEnumerator umbraco.MacroEngines.DynamicNodeList.GetEnumerator()'. at Core.PageUtils.FindNodeOfTypeByProperty
The line of code causing the issue is:promotion = Core.PageUtils.FindNodeOfTypeByProperty("friendlyName", promoId, "PromotionItem", Model);
Has anyone come across this? This was working previously so maybe somehthign changed during upgrade.
Thanks,
Kenny
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Method Not Found: DynamicNodeList.GetEnumerator()
Hi Guys,
I have upgraded an umbraco site from 4.7 to 4.10 and everything went smoothly - except a couple of my macros, which are now throwing the error:
Method not found: 'System.Collections.IEnumerator umbraco.MacroEngines.DynamicNodeList.GetEnumerator()'. at Core.PageUtils.FindNodeOfTypeByProperty
The line of code causing the issue is:
promotion = Core.PageUtils.FindNodeOfTypeByProperty("friendlyName", promoId, "PromotionItem", Model);
Has anyone come across this? This was working previously so maybe somehthign changed during upgrade.
Thanks,
Kenny
is working on a reply...