Not sure how to communicate this one... i have the Core Property Value converters installed... have a content picker in a nested/grid editor...
getting the following.
System.NullReferenceException: Object reference not set to an instance of an object.
at Our.Umbraco.NestedContent.Models.DetachedPublishedProperty.get_HasValue() at Umbraco.Web.PublishedPropertyExtension.GetValue[T](IPublishedProperty property, Boolean withDefaultValue, T defaultValue) at Umbraco.Web.PublishedContentExtensions.GetPropertyValue[T](IPublishedContent content, String alias, Boolean recurse, Boolean withDefaultValue, T defaultValue) at Umbraco.Web.PublishedContentExtensions.GetPropertyValue[T](IPublishedContent content, String alias) at ASP._Page_Views_Partials_CarouselItems_cshtml.Execute() in c:\Users\rbaty-barr\Documents\NECBF Presentation\www\Views\Partials\CarouselItems.cshtml:line 63
This was down to a bug in the nested content package not doing a null check on the HasValue check. I've updated it and released an updated version now if you want to upgrade to that.
Property converters... still error
Not sure how to communicate this one... i have the Core Property Value converters installed... have a content picker in a nested/grid editor...
getting the following.
Hey Bob,
This was down to a bug in the nested content package not doing a null check on the HasValue check. I've updated it and released an updated version now if you want to upgrade to that.
Thanks for trying out NC
Matt
Good work Matt... fast turn around too! :-)
Hope this helps you Bob.
is working on a reply...