A Microsoft platform for building and publishing apps for Windows devices.
Fixed: Deleted all bin and obj files and folders before next go-around.
(Hint: VS will scavenge obsolete object files, and at other times, not recompile changed files)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Greeting,
Trying to certify my UWP app. Runs fine on PC and tablet. Creates package. All tests pass except 2 "stupid" ones:
Of course, there is nothing called "logo.png" in my project and all the "visual assets" where generated, including the 50x50 images.
Again, nowhere do I specify "" and any attempt to set it to "false" has no effect.
Any help appreciated,
Gerry
A Microsoft platform for building and publishing apps for Windows devices.
Answer accepted by question author
Fixed: Deleted all bin and obj files and folders before next go-around.
(Hint: VS will scavenge obsolete object files, and at other times, not recompile changed files)