Vs.net project name

Posts   
 
    
moebius
User
Posts: 8
Joined: 01-Jul-2005
# Posted on: 23-Jan-2006 17:14:35   

I'm using the 1.0.2004.2 version and have a small issue. Recently I changed the structure of my vs.net solution and also changed project names. Today I had to regenerate my DAL and noticed that it uses the RootNamespace property of the LLBLGen project to generate a vs.net project file with the same name. Thats limiting because, the namespace can be different than the name of the project, in fact it is simple_smile . Search and Replace is easy enough, so I changed the RootNamespace value to match the project name. Perhaps an property of the vs.net project file name will be handy.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 23-Jan-2006 18:23:15   

In v2.0 you'll have full control over those names. In the current code base, the rootnamespace is assumed to be the project name base, as vs.net does for the rootnamespace which is based on the project name wink

Frans Bouma | Lead developer LLBLGen Pro
moebius
User
Posts: 8
Joined: 01-Jul-2005
# Posted on: 24-Jan-2006 16:39:48   

Sounds good

simple_smile