Hi all,
I use PDFSharp.Xamarin.Forms in my app (Android and iOS). I initiated the package in MainActiviy.cs:
This works in general, but sometimes I get a strange error which causes my app to crash:
System.InvalidOperationException: PdfSharp.Xamarin.Forms already initialized before
Where does this error come from and how to solve this?