question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error registering Prism.Navigation.INavigationService

See original GitHub issue

On 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dansiegelcommented, Mar 6, 2018

No I reproduced it pretty quick… I just need to be able to dedicate the debug time.

2reactions
dansiegelcommented, Mar 2, 2018

Crap… I specifically tested this too. I’ll try to get this resolved ASAP.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found