Hi!
I'm trying to add you SfPdfViewer control to an empty UWP project. I've added links to Syncfusion.SfPdfViewer.UWP and Syncfusion.Pdf.UWP (btw from which location is correct to take these dlls??). Here is the code of my page:
<Grid>
<syncfusion:SfPdfViewerControl Name="pdfViewer" />
</Grid>
But during the execution of InitializeComponent method I get an exception:
"WinRT information. Cannot locate resource from ms-appx:///Syncfusion.SfPdfViewer.UWP/Implementation/UI/PdfFlipView.xaml. Line: 11 Position 53".
Please help me. What am I doing wrong? And how to achieve simple goal - to add SfPdfViewer control into a page?
Thanks in advance!