So the accepted solution is to generate two separate solutions, one for each database? Would you need to make sure each was in a different namespace to avoid the conflict on common classes like DataRepository?
Yes, you would generate one solution for each database and you will need to give them different namespaces.
Is there a way to map to two databases with only one copy of the non-mapping specific files?
Not that I know if. There have been some discussions about breaking out the common netTiers classes into a separate library, but we haven't actually done anything in this direction.
Is there a way to have the final entities in different namespaces instead of all being lumped together (and preferably not broken apart by which database they originated from? Example: Test.Data.Customer and Test.Data.Products each with several related entity classes.
No, the entities all live in a single namespace.
Ben Johnson
------------------------------
Member of the .NetTiers team
Visit http://www.nettiers.com
------------------------------