0

After updating my Xamarin.Forms package, It has started to crash at the beginggin of the app launch.

It says ; Method.Xamarin.Forms.Xaml.Internals.SimpleValueTargetProvider..ctor not found.

How can I fix it?

I have tried cleaning, restarting Xamarin Studio and Rebuilding. But no success, still getting exception.

Could you please show me the way?

BR,

erdemgc
  • 1,701
  • 3
  • 23
  • 43
  • Possible duplicate of [Xamarin.Forms - XamlCompilation MissingMethodException](http://stackoverflow.com/questions/40278762/xamarin-forms-xamlcompilation-missingmethodexception) – Joehl Dec 01 '16 at 07:37

1 Answers1

0

If your app doesn't depend on any 3rd party Xamarin.Forms component compiling it's xaml with XamlC, you can fix your problem by making sure ALL your projects are up-to-date with latest Xamarin.Forms.

If you depend on a 3rd party project distributed to you as an assembly, the problem is known:

and a solution exists:

This should be included in a service release in the next few days.

Stephane Delcroix
  • 16,134
  • 5
  • 57
  • 85