I updated to 10.+ Xamarin.Android and VS2019 to last version and it failed I went back to my actual versions and Im unable to make it work again.. its ever returning NullReference..
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.XForms.Android.PopupLayout.SfPopupLayout.ApplyShadowAndBorder (Android.Views.View view) [0x0003f] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.SfPopupLayout.DisplayPopup () [0x00064] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.SfPopupLayout.set_IsOpen (System.Boolean value) [0x00024] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.RendererHelper.MapSfPopupLayoutProperties (System.String propertyName, Syncfusion.XForms.PopupLayout.SfPopupLayout formsPopupLayout, Syncfusion.XForms.Android.PopupLayout.SfPopupLayout nativePopupLayout) [0x00033] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.PopupLayoutDependencyService.MapSfPopupLayoutProperties (System.String propertyName) [0x00009] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.PopupLayout.SfPopupLayout.OnIsOpenChanged (Xamarin.Forms.BindableObject bindable, System.Object oldValue, System.Object newValue) [0x00042] in <130f29f7bc694543a68bae9c5c8f085d>:0
at Xamarin.Forms.BindableObject.SetValueActual (Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindableObject+BindablePropertyContext context, System.Object value, System.Boolean currentlyApplying, Xamarin.Forms.Internals.SetValueFlags attributes, System.Boolean silent) [0x00120] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:625
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, Xamarin.Forms.Internals.SetValueFlags attributes, Xamarin.Forms.BindableObject+SetValuePrivateFlags privateAttributes) [0x0015b] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:417
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value, System.Boolean fromStyle, System.Boolean checkAccess) [0x0003d] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:573
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\BindableObject.cs:99
at Syncfusion.XForms.PopupLayout.SfPopupLayout.set_IsOpen (System.Boolean value) [0x00000] in <130f29f7bc694543a68bae9c5c8f085d>:0
at Syncfusion.XForms.Android.PopupLayout.SfPopupLayout.OpenOrClosePopup (System.Boolean open) [0x00006] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.SfPopupLayout.Show () [0x00010] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.Android.PopupLayout.PopupLayoutDependencyService.Show (System.Object nativeObject, Syncfusion.XForms.PopupLayout.SfPopupLayout formsPopup) [0x00016] in <16329dd1c4684a3d9a573cf75b2273e2>:0
at Syncfusion.XForms.PopupLayout.SfPopupLayout.Show () [0x0000c] in <130f29f7bc694543a68bae9c5c8f085d>:0
at SfNavigationDrawerSampleBrowser.NacePage.OnAppearing () [0x00129] in /Users/.../SfNavigationDrawerSampleBrowser/SfNavigationDrawerSampleBrowser/SfNavigationDrawerSampleBrowser/NacePage.xaml.cs:1757
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) [0x00000] in <ff07eae8184a40a08e79049bbcb31a0e>:0
at Android.App.SyncContext+<>c__DisplayClass2_0.<Post>b__0 () [0x00000] in /Users/builder/jenkins/workspace/xamarin-android-commercial/xamarin-android/src/Mono.Android/Android.App/SyncContext.cs:35
at Java.Lang.Thread+RunnableImplementor.Run () [0x00008] in /Users/builder/jenkins/workspace/xamarin-android-commercial/xamarin-android/src/Mono.Android/Java.Lang/Thread.cs:36
at Java.Lang.IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) [0x00009] in /Users/builder/jenkins/workspace/xamarin-android-commercial/xamarin-android/src/Mono.Android/obj/Release/android-27/mcw/Java.Lang.IRunnable.cs:81
at at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.34(intptr,intptr)
David.