Fixed:
this.container.RegisterType<Object, Views.CheckedOutIncidentMIP>("WORKVIEW");
I had to override the Object type.
The only issue is even though navigation is working, "OnNavigatedFrom" Is not getting called.
this.container.RegisterType<Object, Views.CheckedOutIncidentMIP>("WORKVIEW");
I had to override the Object type.
The only issue is even though navigation is working, "OnNavigatedFrom" Is not getting called.