You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
I get exception "An exception of type 'System.ArgumentNullException' occurred in Xamarin.Forms.Platform.UAP.dll but was not handled in user code
Additional information: Value cannot be null." in MainPage.xaml.cs. How this fix?
public sealed partial class MainPage : WindowsPage
{
public MainPage()
{
this.InitializeComponent();
var start = Mvx.Resolve<MvvmCross.Core.ViewModels.IMvxAppStart>();
start.Start();
var presenter = Mvx.Resolve<IMvxViewPresenter>() as MvxFormsWindowsUWPPagePresenter;
LoadApplication(presenter.MvxFormsApp);
}
The text was updated successfully, but these errors were encountered:
I get exception "An exception of type 'System.ArgumentNullException' occurred in Xamarin.Forms.Platform.UAP.dll but was not handled in user code
Additional information: Value cannot be null." in MainPage.xaml.cs. How this fix?
public sealed partial class MainPage : WindowsPage
{
public MainPage()
{
this.InitializeComponent();
The text was updated successfully, but these errors were encountered: