user-10134
user-10134

Reputation: 29

"Value cannout be null. Parameter: source" When upload UWP app to Microsoft Store

When attempting to upload my package to the Microsoft Store, I get the error "Value cannot be null. Parameter name: source. Try again or upload a new package."

I have no idea what this means. Can anyone help?

The app in question was published via Visual Studio 2019 19.10.0, following the directions on the Microsoft Docs website. The app passed the Windows App Certification tests. I am currently using the latest version of Windows 10 (build 19043.98). I am uploading the .msixupload file generated by Visual Studio.

It sounds like there is some property that I haven't defined, but I have no idea what it is or where it should be.

Upvotes: 0

Views: 336

Answers (1)

user-10134
user-10134

Reputation: 29

I managed to fix the error and want to post the solution for anyone else having this issue.

If you are using a Windows Application Packaging Project to package your app, delete the "microsoft.windows.sdk.buildtools" package by right-clicking on the packaging project in the solution explorer and select NuGet packages. From there, head to installed packages and delete "microsoft.windows.sdk.buildtools".

Upvotes: 3

Related Questions