How to Update a WPF / WinForms Apps Published in Microsoft Store With C# Update Code

Roger Rousseau 0 Reputation points
2025-11-18T20:33:38.2266667+00:00

I have WPF and WinForms , published privately for now, in the Windows Store which will download and install to a client PC but have not been able to receive the published updates. It is my understanding that the developer needs to provide this update functionality in the application which I have implemented with the provided GetEasyUpdates() method at https://learn.microsoft.com/en-us/windows/msix/store-developer-package-update which unfortunately does not work. (see below)

User's image

The following error occurs from the downloading operation a simple test WPF application.
Screenshot 2025-11-17 2

Would really appreciate some help.

Thankyou.

Microsoft Partner Center API
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.