CustomPropertiesOfType is missing from 5.9 generated code

Posts   
 
    
IanMac91
User
Posts: 5
Joined: 02-Mar-2022
# Posted on: 08-Mar-2022 17:01:53   

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

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 09-Mar-2022 11:10:48   
Frans Bouma | Lead developer LLBLGen Pro
IanMac91
User
Posts: 5
Joined: 02-Mar-2022
# Posted on: 15-Mar-2022 13:38:27   

Otis wrote:

https://www.llblgen.com/Documentation/5.9/LLBLGen%20Pro%20RTF/migratingcode.htm#breaking-changes-v5.4

Many thanks, I have been able to resolve my issue now!