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
After recently upgrading to version 7.4.0, I am getting some runtime errors in my razor that was working fine previously.
Umbraco.Content(1272).Children("NewsItem").Where("Visible").OrderBy("DisplayDate desc").ToList();
Throws a "Cannot invoke a non-delegate type" error when I try to specify a doc type in the Children.
Umbraco.Content(1272).Children().Where("Visible").OrderBy("DisplayDate desc").ToList();
works fine (minus the .ToList() which I seem to have lost as well).
Any thoughts?
Issue http://issues.umbraco.org/issue/U4-6438
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
"Cannot invoke a non-delegate type" error after 7.4.0 upgrade
After recently upgrading to version 7.4.0, I am getting some runtime errors in my razor that was working fine previously.
Throws a "Cannot invoke a non-delegate type" error when I try to specify a doc type in the Children.
works fine (minus the .ToList() which I seem to have lost as well).
Any thoughts?
Issue http://issues.umbraco.org/issue/U4-6438
is working on a reply...