Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
After updating from WinUI 1.0 to 1.1-preview1, the program does not run after an exception occurs as shown in the following screen.
I am getting an error in Syncfusion.Grid.WinUI.dll and the error I am getting is XAML parsing failed.
!!
important!!When packaged, it runs normally. The WinUI mode I use is unpackaged . It worked normally in WinUI 1.0.
What I suspect is: In WinUI 1.0, the same error occurred when the following settings were made.
| app.manifest
<application>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
This setting is to support Windows 11 and Windows 10. Maybe this could be a hint.