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
I seem to have lost all Linq functionality on the DynamicPublishedContentList object after upgrading to 7.4.0.
var newsItems = Umbraco.Content(1272).Children().Where("Visible").OrderBy("DisplayDate desc").ToList();
I also get similar errors with Count(), Any(), etc.
Any thoughts?
Also getting errors described Here after 7.4.0 upgrade.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
"'Umbraco.Web.Models.DynamicPublishedContentList' does not contain a definition for 'ToList'" error after 7.4.0 upgrade
I seem to have lost all Linq functionality on the DynamicPublishedContentList object after upgrading to 7.4.0.
I also get similar errors with Count(), Any(), etc.
Any thoughts?
Also getting errors described Here after 7.4.0 upgrade.
is working on a reply...