WPF Prism Request Navigate activation error
问题 Referring the StockTraderRI, I created a popup region in my shell infBehaviors:RegionPopupBehaviors.CreatePopupRegionWithName="{x:Static inf:RegionNames.SecondaryRegion}" In the module I am trying to load the view to the popup _regionManager.RequestNavigate(RegionNames.SecondaryRegion, new Uri("/OrderDetailsView", UriKind.Relative)); OrderDetailsView is a view within OrderDetailsModule. At this point I am getting the below error Activation error occurred while trying to get instance of type