microsoft-ui-xaml icon indicating copy to clipboard operation
microsoft-ui-xaml copied to clipboard

Rearranging GridView items causes appcrash with exception 8000ffff only when running as administrator

Open yagdev opened this issue 1 year ago • 2 comments

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

  1. Create WinUI 3 project
  2. Add GridView that allows for items to be rearranged
  3. Add items to GridView (in my case frames with a page as content)
  4. Build
  5. Run normally (works)
  6. Run as Admin (crashes)

Expected behavior

Reordering a GridView should behave as the first build in the attached video (allows reordering)

Screenshots

image

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.

yagdev avatar Jun 22 '24 17:06 yagdev

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:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

github-actions[bot] avatar Jun 22 '24 17:06 github-actions[bot]

https://github.com/microsoft/microsoft-ui-xaml/issues/7690

kmgallahan avatar Jun 23 '24 00:06 kmgallahan

Closing as duplicate of #7690.

codendone avatar Jul 02 '24 22:07 codendone