无法将应用程序部署到Raspberry Pi 3,Windows 10 IoT Core

时间:2016-08-01 10:34:50

标签: arm uwp raspberry-pi3 windows-iot-core-10

尝试将UWP应用程序部署到已连接的 Raspberry Pi 3,模型B 时,我收到以下错误消息。我在我的开发盒上的Pi和 Windows 10 Insider Preview Build 10586 上运行 Windows 10 IoT Core(版本:10.0.14393.0)

1>------ Build started: Project: Mirror, Configuration: Debug ARM ------
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
1>  Mirror -> C:\Users\david.pine\Source\Repos\Mirror\Mirror\bin\ARM\Debug\Mirror.exe
2>------ Deploy started: Project: Mirror, Configuration: Debug ARM ------
2>Error: Field not found: 'Microsoft.VisualStudio.ImmersiveProjectServices.BootstrapperOperationPackage.StandardCollectorCpuAgent'.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

更新

Here is the .csproj评论中提到了这一点。

2 个答案:

答案 0 :(得分:0)

问题是我有一个过时的通用Windows开发SDK ,构建10586。我升级为构建14393 - 这与我在 Raspberry Pi 3 上安装的 Windows 10 IoT核心的操作系统版本相讽。

然后我设置了目标框架版本并且它可以工作:

enter image description here

答案 1 :(得分:0)

请检查你引用的DLL和nuget包dll版本。你可能会在那里找到重复但不同的版本dll。否则请重新安装nuget包然后重建解决方案。