VB 2005, LLBLGen 2.0
I have two projects both using the same LLBLGen generated code. I have some custom code in some of the base classes and this is getting picked up fine in one of the projects which is in the same solution as the generated code.
The second project just references the dll and the SD.LLBLGen.Pro.... files but it doesn't seem to pick up the content of the entity base classes. (Maybe I'm not importing something, maybe I'm just not fully understanding how it's meant to work)
The specific error I'm seeing is:
'BrokenRules' is not a member of 'TravBase.EntityClasses.CustomerEntity'.