Mangotsfield
New member
I've been trying to solve this one for days.
Code:
public class Item : ProjectName.Models.Item
Generates an interesting error message: "Circular base class dependency involving 'ProjectName.Models.Item' and 'ProjectName.Models.Item'.
(My Class and Metadata have the same name. But this for sure isn't the source of the issue.)
Code:
public class Item : ProjectName.Models.Item
Generates an interesting error message: "Circular base class dependency involving 'ProjectName.Models.Item' and 'ProjectName.Models.Item'.
(My Class and Metadata have the same name. But this for sure isn't the source of the issue.)