UWP Application Crash in Windows.UI.Xaml.dll

心已入冬 提交于 2020-01-04 09:08:52

问题


I'm porting a WP app to UWP having one page showing mainly multiple images (showing a map) within the Canvas of an ItemsControl.
I'm using the manipulation and pointer wheel events on the canvas and data binding with data templates/template selector - and everything works fine.
Unless sooner or later the app crashes in Windows.UI.Xaml.dll while I'm moving or scaling using Manipulation events:

The crash always happens in CInteractionManager::ProcessManipulationInertiaInteraction (). The behaviour on x86 (PC) and ARM (WP10 phone Lumia 950) seems to be the same. My own c# code never appears in the call stack.

Here my question: Where should I look for the crash cause, or does someone know what I should check in my code?

来源:https://stackoverflow.com/questions/42186456/uwp-application-crash-in-windows-ui-xaml-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!