System.MissingMethodException Method not found: 'Boolean Xamarin.Forms.Internals.ResourceLoader.get_IsEnabled()'

Nort ⠀ 671 Reputation points
2021-02-17T19:45:12.87+00:00

I have mistake in file "App.xaml.cs", line "InitializeComponent();":
System.MissingMethodException
HResult=0x80131513
Message = Method not found: 'Boolean Xamarin.Forms.Internals.ResourceLoader.get_IsEnabled()'.

My NuGet:
69199-image.png

How can i fix that?

Developer technologies | .NET | Xamarin
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
{count} vote

Answer accepted by question author
  1. Nort ⠀ 671 Reputation points
    2021-02-17T20:26:02.59+00:00

    I don't know how it works, but i just changed Target Framework in properties my Android project.
    https://learn.microsoft.com/en-us/xamarin/android/app-fundamentals/android-api-levels

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Matías Leonel Quiroga 1 Reputation point
    2023-01-04T22:33:11.123+00:00

    I was dealing with this problem after migrating a PCL project to .Net Standart and indeed the cause was different versions of Xamarin.Forms, you saved my life!

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.