Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreshPageModelResolver.ResolvePageModel() throws an exception in UWP Release #296

Open
DavidShochet opened this issue Nov 8, 2019 · 0 comments

Comments

@DavidShochet
Copy link

DavidShochet commented Nov 8, 2019

My app uses FreshMVVM. This code works for iOS and Android, and for UWP in Debug mode. But UWP release gives an exception here:

private void SetupSimpleNav()
{
    Page page = FreshPageModelResolver.ResolvePageModel<MenuPageModel>();

The message is: Resolve failed: MenuPage - Reason: Operation is not supported on this platform.

I tried to apply this solution: https://docs.microsoft.com/en-US/xamarin/xamarin-forms/platform/windows/installation/#troubleshooting
But it did not work for me.
I used Visual Studio 2019.

Please advise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant