Replies: 1 comment
-
After |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an WinUI app referencing the WindowsAppSDK 1.7 with .NET runtime 8.0.
On some machine when I publish the app I end up with a stubbed version of
Microsoft.Windows.SDK.NET.dll
in themsix
bundle. When installing the app from that bundle the app immediately crashes at startup.On another machine with I think the same setup I always end up with an msix bundle containing a
Microsoft.Windows.SDK.NET.dll
file of 24 Mb. So not stubbed. This app works ...On the machine where it failed I tried lot's of different stuff and succeeded once to have the correct output. However I cannot get in that state anymore. Maybe someone has an idea what to check ...
Things I tried.
Adding ...
Adding ...
All not working.
Beta Was this translation helpful? Give feedback.
All reactions