DarranRowe

Results 140 comments of DarranRowe

@TomPMoleman Actually, I managed to trigger it. There is something about the newer project templates that are subtly broken. Anyway, native debugging did provide extra information. ![Image](https://github.com/user-attachments/assets/8c303ccd-6df5-4beb-865e-7afc204a059c) Now I really...

Just to ask, if you are really using an insider version of Windows, have you tried this on the latest update of Windows 11 24H2? Looking at the [code that...

> Why is the DeploymentManager.Initialize() now required? Nothing has changed there. C++ ``` // Copyright (c) Microsoft Corporation and Contributors. // Licensed under the MIT License. See LICENSE in the...

@Balkoth The [1.5 release notes](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes-archive/stable-channel-1.5#other-new-features-from-across-the-winappsdk) states unqualified that single file publishing is supported. The comment that was linked is about from the time frame of 1.4.

ReleaseInfo and RuntimeInfo never made it into a release version of 1.3. It got through to 1.3-p1, but the [known issues in the release notes](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes-archive/preview-channel-1.3#known-issues) stated that it was not...

One of the big issues here is that the only supported way of using the Xaml compiler is through MSBuild. So there really should be a feature request to provide...

Right, this will be a long post. It will also include some steps from other tools since they are required for everything to work correctly when you get to the...

Well, I double checked with the Windows App SDK 1.6 and the latest VC, and it still works. The only real change I had to do was to change where...

One possible problem is that the Windows App SDK requires you to target a Windows 10 version >= 10.0.17763.0. This doesn't get set with a .NET application. For now, the...

Ironically, seeing those errors means that you got it to work. The Windows App SDK NuGet is in and working. Congratulations. What you are seeing now is something missing from...