获取错误:Background.png不是具有所需大小的有效PNG文件

时间:2012-09-13 17:02:21

标签: c# windows-phone-7 testing marketplace

我正在使用测试工具包测试Windows Phone 7应用,但收到与background.png尺寸相关的错误

运行测试工具包时,它说:

Result            Test Name                          Test Description     
Failed       XAP Package Requirement        Validation of XAP file size and content files

                                Result Details
[ERROR] : Background.png is not a valid PNG file with the required size: 62 x 62

然而,当我将尺寸更改为62x62时,它表示相同,但​​说尺寸应为173x173。因此,我想知道如何解决这个问题,因为我不记得改变任何与background.png文件有关的代码..

谢谢

@Gambit感谢Icon和background设置为后台文件。

1 个答案:

答案 0 :(得分:2)

在您的WMAppManifest.xml中,有一个名为<IconPath>的条目。这应该设置为.png,即62 x 62(小图块)。

还有一个名为<PrimaryToken>的条目,其中应包含一个。这应设置为.png,即173 x 173(固定磁贴)。

确保项目中存在这两个.png并正确引用它们。