I get 'System.InvalidOperationException' occurred in Microsoft.Practices.Prism.dll
while i perform request to navigate. I navigate to a popup region. as first time when i invoke the command, view is getting loaded. but as i close the popup view and come back again to invoke, i get the above exception
this.regionManager.RequestNavigate(RegionNames.SecondaryRegion, new Uri(ViewNames.VW_SEC_SEARCH_SERVICE, UriKind.Relative));
what possibly causing this issue?