I have created a Wizard with 4 pages using Orc.Wizard. When I attempt to navigate to the 2'nd page the viewModelLocator in the WizardPageSelectionBehavior is not able to resolve the ViewModel that is associated with the WizardPage.
I have named all of my Wizard ViewModels, Wizard Pages and Wizard Views the same way:
Page 0 is using the following classes:
DatConfigWizardPageViewModel DatConfigWizardPageView DatConfigWizardPage
Page 1:
LoadOptionsWizardPageViewModel LoadOptionsWizardPageView LoadOptionsWizardPage
I have 2 other pages, but it is only the 2'nd page that it fails to resolve the ViewModel associated with the Wizard Page. Does anybody have any suggestions on how to determine why this is happening and how to resolve it?