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
.
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.