Rearranging GridView items causes appcrash with exception 8000ffff only when running as administrator
Describe the bug
https://github.com/microsoft/microsoft-ui-xaml/assets/53407061/2cba86bb-e1a2-4760-848c-443d7063dbc6 Basically rearranging a GridView works as expected when ran without administrator privileges but crashes when ran as an admin.
Steps to reproduce the bug
- Create WinUI 3 project
- Add GridView that allows for items to be rearranged
- Add items to GridView (in my case frames with a page as content)
- Build
- Run normally (works)
- Run as Admin (crashes)
Expected behavior
Reordering a GridView should behave as the first build in the attached video (allows reordering)
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6 Experimental 1: 1.6.240531000-experimental1
Windows version
Windows 11 (22H2): Build 22621
Additional context
While Windows App SDK 1.6 Experimental 1 is selected, this issue also happens in the stable branch.
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!
Open similar issues:
- TabView will crash when drag tab title in Administrator mode (#7856), similarity score: 0.75
- Drag&Drop does not work with within Elevated Apps (#7690), similarity score: 0.74
Closed similar issues:
- WinUI 3: Crash when moving the mouse over a GridView (#5658), similarity score: 0.76
- Unhandled Excpetion in ui.xaml.dll when displaying a large set of images (#7743), similarity score: 0.74
- [WinUI 3] Using VariableSizedWrapGrid as GridView template crashes app (#7092), similarity score: 0.74
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
https://github.com/microsoft/microsoft-ui-xaml/issues/7690
Closing as duplicate of #7690.