我正在开发一个 Windows 商店应用程序,我完成了创建应用程序包的所有工作。我什至创建了应用程序包。当我从弹出窗口启动应用程序认证工具包时,它会启动 WACK 但会出现以下错误
"The Windows App Certification Kit experienced the following failure while validating your app
The {0} cannot continue testing since the specified Windows Store App was not found. Please verify that the packagefulname is correct."
图 1
所以我从开始屏幕手动启动了 WACK,当我尝试测试应用程序时,应用程序列表中没有应用程序。
我正在运行 Windows 8.1 和 Visual Studio 2012 Ultimate。我尝试测试一个在我拥有 Windows 8 时成功通过测试的应用程序。但它仍然与图像 1 相同的错误
谁能帮我解决这个错误。
谢谢。