当我在调试模式下运行我的程序时,它运行良好。现在我想将它上传到 Windows Phone 商店,它会创建应用程序包,但是在运行 Windows 应用程序认证工具包时,它会返回以下错误:
一般元数据正确性测试- 失败
原因:
In the Winmd-File "myBackgroundPart.winmd" (that's my RunTime Component) there is missing "WindowsRuntime 1.3" or "WindowsRuntime 1.2" in the versionstring. The versionstring of the file is "WindowsRuntime 1.4;CLR v4.0.30319".
我的环境是 Visual Studio 2015 CTP5。错误消息表明,我的 WinRT 对于 Store 来说太新了!?那我怎么降级呢?
编辑
这是VS2015 CTP5的问题,昨天新发布的CTP6解决了。