Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Solomon Shaffer 12 posts 75 karma points
    Feb 18, 2016 @ 17:11
    Solomon Shaffer
    0

    "'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.

    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.

  • 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.

Please Sign in or register to post replies