I have a Xamarin Forms Page in which there is a SfPdfViewer control.
When I PopPage I got this exception:
Object reference not set to an instance of an object.
at Syncfusion.SfPdfViewer.XForms.UWP.PdfDocumentView.<Unload>d__201.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
at System.Threading.WinRTSynchronizationContextBase.Invoker.InvokeCore()
I cannot put any breakpoint on code because Exception is thrown before any method
OnDisappearing()
OnBackButtonPressed()