Problem with IPageDialogService and INavigationService #3099
Unanswered
MichalPeterek
asked this question in
.NET MAUI
Replies: 2 comments 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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