Hi Everyone
I have just upgraded a project from LLBLGen 2.6 to 5.9 and unfortunately, any entity that previously used CustomPropertiesOfType has now broken.
I’m now getting the error:
'EntityCore<IEntityFields>.CustomPropertiesOfType' is inaccessible due to its protection level
I have compared the generated code of both the old and the new DAL and the old DAL contains CustomPropertiesOfType and the new does not.
Does anyone know why CustomPropertiesOfType is not being generated now and how I would go about resolving this?
Kind regards,
Ian