无法激活 Windows 应用商店应用程序(Visual Studio 2015、Windows 10 版本 1511)

Unable to activate Windows Store app (Visual Studio 2015, Windows 10 Version 1511)(无法激活 Windows 应用商店应用程序(Visual Studio 2015、Windows 10 版本 1511))
本文介绍了无法激活 Windows 应用商店应用程序(Visual Studio 2015、Windows 10 版本 1511)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天我将我的 Windows 10 PC 更新到 Threshold 2.除了 Visual Studio 拒绝运行我的任何通用 Windows 10 项目(包括新项目)之外,更新运行良好.

Today I updated my Windows 10 PC to Threshold 2. The update went fine apart from Visual Studio refusing to run any of my Universal Windows 10 projects (including new ones).

当我尝试运行应用程序时,我收到以下消息:

When I try run an app I get this message:

无法激活 Windows 应用商店应用{App}".{应用程序名称}.exe
进程已启动,但激活请求失败并出现错误应用程序
未启动".

Unable to activate Windows Store app '{App}'. The {App name}.exe
process started, but the activation request failed with error 'The app
didn't start'.

我什么都试过了:

  • 修复/卸载然后安装 Visual Studio
  • 清理解决方案
  • 删除了bin"和obj"文件夹
  • 已检查 SDK/Visual Studio 更新
  • 检查是否有 app.json(没有)
  • 更新的 Nuget 包
  • 尝试了不同的项目(包括新的空白项目 - 相同的错误)
  • 重置 Windows(从设置屏幕)

额外信息

  • Visual Studio 安装在第二个(存储)驱动器上,作为我的主要驱动器驱动器是一个小型 SSD.
  • 在我升级之前一切正常.

推荐答案

原来我的 Visual Studio 项目必须在我的 C:/驱动器上,而不是存储驱动器上.全部修复.

Turns out that my Visual Studio projects must be on my C:/ drive and not a storage drive. All fixed.

这篇关于无法激活 Windows 应用商店应用程序(Visual Studio 2015、Windows 10 版本 1511)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)