windows-store-apps - 将 UWP 应用程序提交到 Windows 应用商店时出现错误 1300

标签 windows-store-apps win-universal-app windows-10 windows-10-universal windows-10-mobile

自从我升级到 Visual Studio 2015 Update 3 以来,每次向 Windows 应用商店提交的新内容都会生成错误代码 1300,如下所示:

The submission failed with error code(s) 1300. More info about the error(s) can be found here.

我在使用旧版 Visual Studio 更新时从未遇到过此类错误。

我尝试过多次提交,但总是失败。

我无法再升级我的应用,有人遇到同样的问题吗?

最佳答案

我找到了解决方法。

目前 NuGet 包 Microsoft.NETCore.UniversalWindowsPlatform 5.2.0 似乎存在问题

我已将解决方案的每个项目从 5.2.0 降级到 5.1.0,这解决了我的问题。

关于windows-store-apps - 将 UWP 应用程序提交到 Windows 应用商店时出现错误 1300,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38369545/

相关文章:

windows-store-apps - 签名工具错误 : The specified algorithm cannot be used or is invalid

visual-studio - 如何定义一个占用多个其他变量空间的变量?

win-universal-app - 从 Cortana 语音命令结果中获取任何值

c# - 激活 Windows 应用商店应用程序...失败,错误为 'The app didn' t start'

java - 在 Windows 10 上的 WSL2 上使用 JDK 的正确方法是什么?

Windows 10 Creators Update 后 IIS 消失(包括站点和应用程序池)

c# - Windows Store App ListBox 的 PreviewKeyDown

windows-runtime - WinJS 绑定(bind)到 C# Windows 运行时组件类

c++ - 如何以编程方式启动 Windows 应用商店应用程序?

c# - 如何检测用户何时单击 WebView 控件中的超链接?