Getting the following exception when trying to open a PDF document with PdfSharp.PdfReader
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "PdfSharp.Resources.Messages.resources" was correctly embedded or linked into assembly "PdfSharp-gdi" at compile time, or that all the satellite assemblies required are loadable and fully signed.
pdfDocument1 = PdfReader.Open(stream1, PdfDocumentOpenMode.Import);