3

SOLUTION

Solution here

Or simply make sure that all projects in your solution using Xamarin Forms are updated.

Original Question

An upgrade to Xamarin Forms 4.1.0.555618 from 4.0.0.425677 is causing a Type Resolution exception and throwing the following error when I try to resolve a class:

Method not found: void .ResourceLoadingQuery.set_Instance(object)   

This doesn't happen with version 4.0.0.xxxx.

EDIT This only happens on Android (version 9.0/Pie), and works fine on iOS

If it helps I'm using TinyIoCContainer to resolve any dependencies.

uprightbassfan78
  • 352
  • 3
  • 16

1 Answers1

0

In my case, I forgot update Xamarin.Forms in Android project. The bug fixed after update.

Nguyen Minh Hien
  • 455
  • 7
  • 10