【发布时间】:2017-05-19 03:07:20
【问题描述】:
我在尝试将我的 UWP 应用程序部署到我连接的 Raspberry Pi 3,B 型 时收到以下错误。我在我的 Pi 上运行 Windows 10 IoT Core(版本:10.0.14393.0),在我的开发盒上运行 Windows 10 Insider Preview Build 10586。
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 ==========
更新
在 cmets 中提到的Here is the .csproj。
【问题讨论】:
-
您是否尝试过将构建日志详细程度设置为详细?它说什么有用的吗?您可能会找到罪魁祸首依赖项的名称。
-
@Vincent 现在正在调查...
-
您是否检查了您的 .csproj 文件并查看
TargetPlatformVersion和TargetPlatformMinVersion的值是什么? -
仅供参考,您的项目已在我的 RP2 上成功部署/运行。
-
@Jackie 真是令人难过,我希望我能让它为我工作。 ????
标签: arm uwp raspberry-pi3 windows-iot-core-10