Umbraco.Core.Models.PublishedContent.PublishedContentEnumerable' does not contain a definition for 'Split'
Hello,
I have upgraded sucessfully a site from 7.2.6 to 7.5.14 but when upgrading to 7.6, things get nasty.
Line 19: @if (CurrentPage.HasValue("carouselItems")) {
Line 20: var itemIds = CurrentPage.CarouselItems.Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries);
Line 21: var carouselItems = Umbraco.Media(itemIds);
Umbraco.Core.Models.PublishedContent.PublishedContentEnumerable' does not contain a definition for 'Split'
Hello,
I have upgraded sucessfully a site from 7.2.6 to 7.5.14 but when upgrading to 7.6, things get nasty.
Does anyone can point me where to look?
Thank you
is working on a reply...