79360064

Date: 2025-01-16 00:34:06
Score: 4
Natty:
Report link

Okay, I finally solved it: this seems to be related to the TargetFramework I had defined in my .csproj:

This version doesn't allow drag/drop in my MSIX app (I have the same issue in a completely new WPF project):

<TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>

This version works without issues:

<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>

The former being a Windows 11 .net, which I guess somehow doesn't allow drag/drop for some reason (at least for me.)

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shrimperator