Submitting a Windows 10 app to the store, the store returns an error: Image reference "Assets\Square44x44Logo.png": The image must define at least one variant without a TargetSize qualifier. It must define a Scale qualifier or leave Scale and TargetSize unspecified, which defaults to Scale-100.
However, I have an Assets\Square44x44Logo.scale-100.png in the project. Also, the Windows App Cert Kit passes all tests. In fact, I could submit the app in the past.
What could be the problem?
After hours of testings and trials, the solution has been to delete Bin, Obj and AppPackages folders. After that, it works fine.