#UWP# 无法激活 Windows 商店应用程序,出现错误 'Invalid value for registry'

#UWP# Unable to activate Windows Store App, with error 'Invalid value for registry'

当我尝试使用 Visual Studio 更新 1 调试我的 UWP 应用程序时发生错误。

屏幕上显示的消息:

Unable to activate Windows Store app '{your app package family name}'. The activation request failed with error 'Invalid value for registry'.

See help for advice on troubleshooting the issue.

消息框如下所示:

然后我点击了“帮助”按钮。 它指向的页面的 url 是 https://msdn.microsoft.com/Areas/Epx/Content/500.aspx?aspxerrorpath=/query/dev14.query

页面内容为

Unable to Service Request

For the latest headlines and to see what's new, visit the MSDN home page.

Check out the various MSDN Developer Centers where you can find the latest product information, technical resources, and community offerings.

Visit the MSDN Library for the latest technical articles, reference documentation, downloads, and more.

有什么想法吗?

我安装了 Update 2,但仍然出现此错误。

我找到了适合我的解决方法:

在 Visual Studio 2015 中打开您的 Package.appxmanifest只需更改包名称,它将更新包系列名称也是如此。

看起来您将在注册表中获得全新的条目,以便可以注册和激活您的应用程序。