✅ Having problems with WinUI3
I get this error each time i try to start my WinUI3 application.
I have tried searching around the web but have not found a clear solution to my problem.
3 Replies
I first thought that it was a problem with my xaml, but i acctually have no clue.
i believe i fixed this by downloading a windows SDK
might remember wrong though
which one could it be i have the winui3 sdk and dependencies downloaded from visual studio installer, as per required according to microsoft docs
You got any idea?
Well i seemed to fix it, only needed to add
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
in the project file.