rspiewak wrote:
So if I add the NameFormat parameter as above, is there any reason why MVVM2.ViewModel.ViewModel1" wouldn't result in a view of the type name "MVVM2.View.View1"?I already explained above. If you have your heart set on using that name, then you'll need to use your own custom rule. Otherwise, just make it a legal name by starting the base name with an alpha character.
Thanks!