将应用程序侧载到 windows 10 失败

Side loading application onto windows 10 fails

我有一个 windows 存储应用程序可以很好地侧载到 windows 8.1 笔记本电脑上,但是当我尝试将它侧载到 windows 10 笔记本电脑上时,我收到以下错误:

0x80073cf3 the package requires minimum version 12.0.21005.1 of framework Microsoft VCLibs.120.00

当我打包应用程序时,在 Dependencies\x64 文件夹中我在文件夹中有 Microsoft.VCLibs.x64.Debug.12.00.appx,这显然与所需的依赖项不匹配。我没有直接引用我的项目中缺少的依赖项,我如何找出引用该依赖项的内容,或者获取 visual studio 将该依赖项打包为应用程序包的一部分,或者我是否需要在 windows 10 设备上安装一些东西吗?

好的,所以在我的情况下,问题原来是 O/S

中没有启用开发者模式

从这里复制:http://www.wikihow.com/Enable-Developer-Mode-in-Windows-10

Open the new Settings menu. In Windows 10, there is a simplified settings menu that any user can understand. Click Start >> Settings to open it. You should now see a series of 9 different categories available to you.

Open the Updates & Security Settings menu. From the list given, click the “Updates & Security” option. You should now see a new page with a series of 6 different menu options down the left-hand side of the window. Click “For developers.” It should be the very last option on the bottom.

Enable developer mode. You should now see a series of 3 different options with fill circles to the left of each. The top “Don’t use developer features” option should be selected by default. The bottom option is the option that you are looking for. Click to fill the circle to the left of “Developer mode.” Once you click it, you should see a little box pop up with a warning that says that installing third-party apps could expose personal information and device to security risks. If you are alright with that, go ahead and click the “Yes” button to continue. Developer mode is now enabled.