I'm not sure I know the answer to your question but if you could please let us know what version you upgraded from and what version you upgraded to it will be a big help in helping others figure out what the cause of your issue is and what the solution could be :-)
Happy to hear you managed to get your issue sorted even though I'm not quite sure what your context was? Can you provide a code example? :-) Just so others might benefit should they face the same issue and come across this post.
After upgrade image is type Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache+DictionaryPublishedContent
Hi,
after upgrading images are not showing. The type is:
Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache+DictionaryPublishedContent
Is there a way this can be fixed without having to add the images again?
I think it is something to do with old Umbraco.media datatype vs new Umbracom.media2 datatype,
Thanks,
Hi Damon
I'm not sure I know the answer to your question but if you could please let us know what version you upgraded from and what version you upgraded to it will be a big help in helping others figure out what the cause of your issue is and what the solution could be :-)
Cheers, Jan
Hi Jan,
its was 7.2 to the latest version.
When I do the following it returns and not showing the image:
GetProperty: Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty
Type: Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty
Value: Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache+DictionaryPublishedContent
TypedMedia Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache+DictionaryPublishedContent
WHy is it doing this?
Cheers
Got this working. Has to use:
new Node(id) for some reason to get it to return something I can get media id from.
Hi Damon
Happy to hear you managed to get your issue sorted even though I'm not quite sure what your context was? Can you provide a code example? :-) Just so others might benefit should they face the same issue and come across this post.
Cheers, Jan
is working on a reply...