ms-iot / samples

Windows 10 IoT Core Samples
MIT License
1.2k stars 1.33k forks source link

Error while deploying appx file. #410

Closed kikinewton closed 7 years ago

kikinewton commented 7 years ago

I tried to install the appx file of HelloBlinky on a raspberry pi 3 and and am getting this error. Any help will be appreciated. Failure reason: Windows cannot install package Blinky_1.0.1.0_arm__1w720vyc4ccym 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: {}. Failure text: Package failed updates, dependency or conflict validation. (0x80073cf3)

bfjelds commented 7 years ago

How are you trying to deploy the APPX file? Are you including the dependency APPX files?

As an example, from the Device Portal, to deploy HelloBlinky, you should build the APPX and then enter:

  1. Enter App Package = HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Blinky_1.0.0.0_arm_Debug.appx
  2. Enter Certificate = HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Blinky_1.0.0.0_arm_Debug.cer
  3. Click Add Dependency 2x
    • HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Dependencies\ARM\Microsoft.NET.CoreRuntime.1.0.appx
    • HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Dependencies\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx
  4. Click Go button
kikinewton commented 7 years ago

Thanks for the help. Your solution worked.


From: Brian Fjeldstad notifications@github.com Sent: Tuesday, February 14, 2017 5:10:57 PM To: ms-iot/samples Cc: Derrick Agyemang; Author Subject: Re: [ms-iot/samples] Error while deploying appx file. (#410)

How are you trying to deploy the APPX file? Are you including the dependency APPX files?

As an example, from the Device Portal, to deploy HelloBlinky, you should build the APPX and then enter:

  1. Enter App Package = HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Blinky_1.0.0.0_arm_Debug.appx
  2. Enter Certificate = HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Blinky_1.0.0.0_arm_Debug.cer
  3. Click Add Dependency 2x
    • HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Dependencies\ARM\Microsoft.NET.CoreRuntime.1.0.appx
    • HelloBlinky\CS\AppPackages\Blinky_1.0.0.0_Debug_Test\Dependencies\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx
  4. Click Go button

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ms-iot/samples/issues/410#issuecomment-279770980, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AO38RO5eTf9tEHxXRLBHvQb3lexxGaGtks5rceAhgaJpZM4MAR7R.

IoTGirl commented 7 years ago

Closing based on our confirmation