Problem with IPageDialogService and INavigationService #3099
Unanswered
MichalPeterek
asked this question in
.NET MAUI
Replies: 2 comments 2 replies
-
It's hard to say what your issue is without a reproduction. It works fine in the e2e app in the repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MichalPeterek have you ever found the resaon for this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After updating MS Visual studio ( and MAUI ) I receive this exceptions :
DryIoc.ContainerException Message=code: Error.UnableToResolveUnknownService; message: Unable to resolve Prism.Services.IPageDialogService as parameter "Dialogs" in Scoped XXX.ViewModels.BaseServices as parameter "baseServices" FactoryId=877 in resolution root Scoped XXX.ViewModels.ProPlayerViewModel FactoryId=818 (TracksTransientDisposable, IsResolutionCall) from container without scope with Rules with {TrackingDisposableTransients, FuncAndLazyWithoutRegistration, SelectLastRegisteredFactory, UsedForValidation} and without {ThrowOnRegisteringDisposableTransient, ImplicitCheckForReuseMatchingScope, EagerCachingSingletonForFasterAccess} with TotalDependencyCountInLambdaToSplitBigObjectGraph=2147483647 with FactorySelector=SelectLastRegisteredFactory with Made={FactoryMethod=ConstructorWithResolvableArguments} Where no service registrations found and no dynamic registrations found in 1 of Rules.DynamicServiceProviders and nothing found in 0 of Rules.UnknownServiceResolvers
How to I can make it work ?
Edit:
Only happens when starting by debugger. Issue is not occurs while starting deployed app manual from phone.
Beta Was this translation helpful? Give feedback.
All reactions