doh! it was working fine then I went into the media section and deleted an image and now it's throwing an error:
System.FormatException: The valueDictionary is not formatted correctly and is missing any of the 'id,nodeId,__NodeId' elements
Line 17: @foreach (var imageItem in imagesCollection) Line 18: { Line 19: n = n += 1; Line 20: <img src="@imageItem.Url" data-caption="@imageItem.GetPropertyValue("caption")" /> Line 21: }
if I pull that line 19 out, it gives the same error but indicates line 18 , the '}', is the problem.
foreach gallery partial view, count displays twice
v.7.1.1, I have this gallery partial view and the h3 tag at the end displays twice. tried moving it around in the partial, hasn't helped. help?
ok, now it's not, dunno why but nevermind...
doh! it was working fine then I went into the media section and deleted an image and now it's throwing an error:
System.FormatException: The valueDictionary is not formatted correctly and is missing any of the 'id,nodeId,__NodeId' elements
Line 17: @foreach (var imageItem in imagesCollection)
Line 18: {
Line 19: n = n += 1;
Line 20: <img src="@imageItem.Url" data-caption="@imageItem.GetPropertyValue("caption")" />
Line 21: }
if I pull that line 19 out, it gives the same error but indicates line 18 , the '}', is the problem.
following the comments in the api forum, http://our.umbraco.org/forum/developers/api-questions/44851-Issue-With-Media-Cache-in-v6?p=1, I republished the site, then the specific page, then it seems to be fixed, for now.
Kinda funky. Is this already an issue?
is working on a reply...