In my application, none of the TabPage containers (under Microsoft.Practices.CompositeUI.WinForms.TabWorkspace) are named. I think TC8 is generating names to be used for NameMapping. The probl...
The problem is that identifiers of your controls are dynamic. To overcome this, you can map your tab pages by some properties with stable values (such as ClrClassName or ObjectType) and specify child objects by which TC will recognize them. If each container has unique children, this will allow you to identify your tab pages without assigning static names to them.