EntityBase classes not found

Posts   
 
    
NM
User
Posts: 2
Joined: 01-Jun-2005
# Posted on: 01-Jun-2005 23:03:04   

I downloaded the trial version of LLBlGen Pro today and created a new project. All entities were generated fine from the database. My problem is that I am unable to get the "Save" method for an entity. confused On checking against the Northwind sample, I realized that I am missing an EntityBaseClasses (which has the save method) folder. All other folders and classes (EntityClasses, FactoryClasses, ValidatorClasses, HelperClasses, RelationClasses etc. have been created ok). How come the EntityBaseClasses was not created for me? Or was it not supposed to be? Or am I doing something totally wrong here? Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 01-Jun-2005 23:11:41   

I think you've generated code using the adapter generator configuration. Please select SelfServicing: two class scenario full/safe and try again simple_smile

Frans Bouma | Lead developer LLBLGen Pro
NM
User
Posts: 2
Joined: 01-Jun-2005
# Posted on: 01-Jun-2005 23:24:38   

Yeah, I had just figured that out and was about to post a message saying thats what it was. Thanks.