Try our conversational search powered by Generative AI!

DDS failed to load object as PropertyBag when Type is missing

Found in

EPiServer.CMS.Core 12.0.0

Fixed in

EPiServer.CMS.Core 12.21.2

(Or a related package)

Created

Mar 15, 2024

Updated

Apr 10, 2024

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue that prevented the loading of an object as a PropertyBag. This issue occurred when a type with an enum property was stored in DDS and then later was no longer present. The missing missing enum value should have returned as an int but the load failed System.ArgumentNullException: Value cannot be null. (Parameter 'key').