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

11

本文介绍了无法激活 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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14