Can I configure generic/specific projects in different namespaces?

Posts   
 
    
Dhominator avatar
Dhominator
User
Posts: 16
Joined: 28-Dec-2004
# Posted on: 12-Jan-2005 05:53:45   

examples... namespace to follow directory structure

SomeSolution ...Business ......Entities (database generic) ...Data ......DataAdapters

it was easy to get the projects generated to the SomeSolution. Problems are: changing default names (generic/specifc), project files end up in solution directory, don't see how to specify different namespaces.

or must you do this?

SomeSolution ...Data ......Entities ......DataAdapters

Best, John

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 12-Jan-2005 10:40:36   

You can do: - generate the project to get the database generic vs.net project and give it a namespace you 've defined for that - generate the project again for the dbspecific vs.net project and give it a namespace you've defined for that - generate the other project (for the other db format, like oracle) for the dbspecific vs.net project and give it a namespace you've defined for that.

Customers can get a commandline generate utility to make this easy so they can write a .cmd file and generate the code in 1 go.

Frans Bouma | Lead developer LLBLGen Pro