I'm using .netTiers v2.0.0.387, Visual Studio 2005, and SQL 2005.
I have a really simple People -> PeopleAddresses <- Address table structure.
I would assume that adding an Address to the AddressCollection_From_PeopleAddresses property and then doing a DeepSave of the People object would insert a record into the PeopleAddresses table. Unfortunately, this doesn't appear to be happening.
Do I need to manage the junction table(s) manually, or am I missing something?