You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I simply download and extract the whole of the SampleBrowser.
Rename the folder because it causes a path length issue.
Open in Visual Studio 2022 current version.
Wait for a few moments until the pointer stops spinning.
Select X64, SampleBrowser.SfPdfViewer.UWP, Local Machine.
Run it.
I get the following error:
Exception thrown: 'System.TypeLoadException' in SampleBrowser.SfPdfViewer.UWP.exe An exception of type 'System.TypeLoadException' occurred in SampleBrowser.SfPdfViewer.UWP.exe but was not handled in user code Could not find Windows Runtime type 'Windows.UI.Xaml.Markup.IXamlType2'.
Thanks for looking at this.
The text was updated successfully, but these errors were encountered:
We were able to replicate the reported issue. However, this issue can be fix through sample level by increasing the target version and min version(E.g., windows 10, version 2004(10.0; Build 19041)).
Steps to change the Target version:
Right click the UWP project.
2.Select the “Properties”.
3.In application, Increase the target version.
Even though this issue can be fix through sample level, we will change the target version in our end and the changes will be moved in our volume 2 - Service Pack release, which is expected to be available by July 2022.
I simply download and extract the whole of the SampleBrowser.
Rename the folder because it causes a path length issue.
Open in Visual Studio 2022 current version.
Wait for a few moments until the pointer stops spinning.
Select X64, SampleBrowser.SfPdfViewer.UWP, Local Machine.
Run it.
I get the following error:
Exception thrown: 'System.TypeLoadException' in SampleBrowser.SfPdfViewer.UWP.exe An exception of type 'System.TypeLoadException' occurred in SampleBrowser.SfPdfViewer.UWP.exe but was not handled in user code Could not find Windows Runtime type 'Windows.UI.Xaml.Markup.IXamlType2'.
Thanks for looking at this.
The text was updated successfully, but these errors were encountered: