P
P
PushnovN2016-10-30 00:34:13
Android
PushnovN, 2016-10-30 00:34:13

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.
e02465db54f6444d979d6d5fd773d6fe.PNGeecf7fb8589e4cfe9edb9094b75ca055.PNG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Voronov, 2016-10-30
@PushnovN

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 question

Ask a Question

731 491 924 answers to any question