Open sangitamalviya opened 3 years ago
Hello sangitamalviya, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
@sangitamalviya there's a new version for Reunion 0.8 as well for 7.0.3, do you see the same issue there?
Can you also provide the details from the exception and stack trace. You can inspect the e
parameter to the UnhandledException to get those.
FYI @azchohfi
hi @michael-hawker, I have updated ProjectReunion with version 0.8.0 still it's giving exception.On e parameter it shows Element not found. (0x80070490)
Hello @sangitamalviya. This is a known issue. The InfiniteCanvas control doesn't work in WinUI3 and will not work until WinUI3 supports Inking (Microsoft.UI.Xaml.Controls.Ink* such as InfiniteCanvas, InkSynchronizer, InkToolbar, etc).
Description: app is getting crash if use InfiniteCanvas control on Winui3 Desktop Application
Steps to reproduce the behavior: 1.Create a new WinUI 3 Desktop App 2.Add a InfiniteCanvas to MainWindow.xaml 3.Start the App && Observe
Enviroment: NuGet Package(s): CommunityToolkit.WinUI.UI.Controls(7.0.2) Microsoft.ProjectReunion(0.5.7)