I have created a custom property editor that contains a reasonably complicated object. I use PropertyConvertor.ConvertDataToSource to parse the json and return it as the poco object via deserialisation
All works well and it seemed to be a fairly simple solution. However we are seeing an issue where occasionally the object on the front end will suddenly become Null and the page will crash. The data is still present in the backend and if we re-publish everything is fine.
Custom property editor return null on Frontend
I have created a custom property editor that contains a reasonably complicated object. I use PropertyConvertor.ConvertDataToSource to parse the json and return it as the poco object via deserialisation
All works well and it seemed to be a fairly simple solution. However we are seeing an issue where occasionally the object on the front end will suddenly become Null and the page will crash. The data is still present in the backend and if we re-publish everything is fine.
Does anyone know what could be causing this?
is working on a reply...