Answer the question
In order to leave comments, you need to log in
How to solve the problem with deploying someone else's Xamarin project?
Good afternoon.
I'm trying to run someone else's project (Xamarin Android), the application compiles, the first view is launched, displayed, substitutes the application version on the screen, everything is fine.
But a moment later, an error pops up: "MvvmCross.Platform.Exceptions.MvxIoCResolveException: Failed to resolve type MvvmCross.Core.ViewModels.IMvxAppStart".
There is no more information by mistake, the debugger points to an empty string in the MvxSimpleIoCContainer class.
I will be glad for any hints.
Answer the question
In order to leave comments, you need to log in
You need to check the implementation of the MvvmCross.Core.ViewModels.IMvxAppStart interface and, if it exists, make sure that it is registered. This error is generated by the MvvmCross framework, not by the Xamarin framework itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question