发生意外的网络错误。无法刷新应用列表。请按刷新按钮重试

An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button

我们开发了 Windows Phone 8.1 应用程序。我们无法创建要在应用商店上传的应用程序包。尝试为应用商店创建应用程序包时出现此错误:

"An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button"

我们在 Windows 8.1 Enterprise OS 上使用 Visual Studio 2013 终极版和 Visual Studio 社区版 2015。自从我们创建并支付了我们的 Microsoft 开发帐户并且甚至无法发布我们的第一个应用程序以来,我们一直面临这个问题。已经尝试了 https://social.msdn.microsoft.com/Forums/windowsapps/en-US/cf578dab-79f2-46ab-a2aa-50a46041ea20/error-an-unexpected-network-error-has-occured-the-app-list-cannot-be-refreshed-please-retry-by?forum=windowsstore 中提到的解决方法。它没有解决问题。请帮助解决这个问题。谢谢

我已经通过不从项目菜单创建应用程序包解决了这个问题,即项目-->商店-->创建应用程序包。

相反,我使用 Visual Studio 命令实用程序创建了包:

msbuild WindowsPhoneProjectName.csproj /p:Platform=ARM;Configuration=Release

已将生成的 appx 包上传到存储区,运行良好:)

我也遇到过同样的问题,我尝试了Mriganka Deka的回答。仍然无法解决问题,因为 msbuild 命令也给了我错误。 在尝试了很多事情之后,我找到了解决问题的方法。

Just go to Project --> Store --> Create App Packages and when the wizard window appears, select 'No' instead of Yes option. That way Visual Studio generates your package file on the local machine and you can upload it to Microsoft Store.

我发布这个答案是因为我在任何地方都找不到这个解决方案。希望它能帮助其他面临这个问题的人。

我的解决方案是登录到一个没有权限的帐户。我忘记了我们有一个用于应用程序部署的特殊帐户,因为我们已经有一段时间没有提交到商店了。因此,请确保您拥有权限并登录到正确的帐户。

我也更新到最新版本的 Visual Studio,因为其他论坛说这方面的一些错误已修复,因此这可能有助于它的工作。