urgent!: project contains 2 versions of each entity

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 04-Apr-2008 11:18:32   

VS2005 llblGenPro: 2.5

adapter: adapter

Hiya, I'm in a rel hurry because I've regebnerated the code, now,, there's 2 version of each entioty,

eg tblProduct, tblProduct_

Error 732 The type or namespace name 'TblMandate_Entity' could not be found (are you missing a using directive or an assembly reference?)

Cna anyone recommend a way to get back to where I was before this happened.

many thanks,

yogi

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 04-Apr-2008 11:39:33   

It looks like you have mapped each entity more than once. Please check the entities on the Designer's project explorer.

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 04-Apr-2008 13:30:12   

hiya,

Thanks Walaa,

I managed to use a backup, but would like to know if there's a way to remove all the entities that end with "", eg tblClientEntity

many thanks,

yogi

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 04-Apr-2008 16:00:13   

Other than manually deleteing them one by one, you may develop a plugin to perform this task. (Consult the LLBLGen Pro SDK documentation manual & Refernce manual).