Hello -
I am having much the same problem when trying to run a WinUI 3 desktop app (which runs just fine on Win10 and Win11 hosts) on a Windows Server 2019 host. I get the same exception (0xc000027b) for the same module (Microsoft.ui.xaml.dll). My app is also a non-packaged self-contained desktop app:
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<WindowsPackageType>None</WindowsPackageType>
It was my understanding that self-contained apps had all of the library support they need to run in the target environment, but it seems that's not true if I understand what you're indicating above.
Must I then ensure that some components outside of the app's package are also installed on the target host? I see that there are Windows App Runtime entries in the list, and I thought that the app package contained all such required support. I realize those entries can be on the list from other MS Store apps that are not self-contained.
Thank you very much for any advice you can offer.
Robert Cohn