Error registering Prism.Navigation.INavigationService
See original GitHub issueOn version 2.0.0-pre5, when the App start it shows:
Unable to resolve Prism.Navigation.INavigationService {ServiceKey="PageNavigationService"} from container with normal and dynamic registrations: DefaultKey(0), {ID=98, ImplType=Prism.Plugin.Popups.PopupPageNavigationService}}
Registering like the docs says:
containerRegistry.RegisterPopupNavigationService();
I’m using DryIoC on .net 2.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Prism.Navigation.INavigationService, is an interface and ...
After the NavigationService.NavigateAsync("LoginPage") call, i get this error: System.InvalidOperationException: The current type, Prism.
Read more >Navigation Basics
If you do not register your Pages with Prism, navigation will not work. GoBackAsync. Going back to the previous View is as simple...
Read more >Getting Xamarin.Forms Prism navigation service to throw ...
Forms navigation framework Prism , stopped raising exceptions on navigation. It now returns a INavigationResult which has a Exception ...
Read more >Prism for .NET MAUI - Public Beta - Dan Siegel
The Navigation Builder is brand new for Prism.Maui and something I think you'll really love. It is easy to use as an extension...
Read more >First Look at the Prism for Xamarin.Forms Preview
Learn how to get started with the new Prism for Xamarin.Forms Preview available on NuGet now.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No I reproduced it pretty quick… I just need to be able to dedicate the debug time.
Crap… I specifically tested this too. I’ll try to get this resolved ASAP.