Raspberry pi 无法使用Windows IOT在Pi 2、Pi 3中部署项目

Raspberry pi 无法使用Windows IOT在Pi 2、Pi 3中部署项目,raspberry-pi,iot,windows-10-iot-core,Raspberry Pi,Iot,Windows 10 Iot Core,三天来,我一直在尝试使用Visual studio 2015 update 3在Raspberry Pi2/Pi3上的Windows IOT中部署我的项目,并更新了所有SDK和工具。这就是我得到的错误 Severity Code Description Project File Line Suppression State Error DEP0700 : Registration of the app failed. Failed to register th

三天来,我一直在尝试使用Visual studio 2015 update 3在Raspberry Pi2/Pi3上的Windows IOT中部署我的项目,并更新了所有SDK和工具。这就是我得到的错误

Severity    Code    Description Project File    Line    Suppression State
Error       DEP0700 : Registration of the app failed. Failed to register through new deployment pipeline. (0x80004005)              
Error       DEP8000 : Unexpected deployment failure : RemoteCommandException : Windows cannot install package 5052b388-e89a-4922-830b-b25b6a73ec28_1.0.0.0_arm__rzmxk8cgvfnva because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.CoreRuntime.1.0" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or ARM processor architecture and minimum version 1.0.23819.0, along with this package to install. The frameworks with name "Microsoft.NET.CoreRuntime.1.0" currently installed are: {}

0x80073cf3              
Error       DEP8000 : Unexpected deployment failure : COMException : The Appx package's manifest is invalid. (Exception from HRESULT: 0x80080204)               
Error       DEP8000 : Unexpected deployment failure : COMException : The Appx package's manifest is invalid. (Exception from HRESULT: 0x80080204)               
我已经尝试了所有可能的事情

  • 已在不同的PC上安装VS 2015,并尝试在那里部署,但出现相同错误
  • 已尝试所有版本的Windows SDK
  • 尝试了两种不同的SD卡并闪了两次
  • 更改的网络端口
  • 已试用visual studio附带的示例basic应用程序

  • 但还是一点运气都没有

    终于找到了需要windows 10操作系统的问题