码迷,mamicode.com
首页 > Windows程序 > 详细

TroubleShoot: Fail to deploy Windows UAP to device: 0x80073CFD

时间:2015-05-03 23:35:20      阅读:1189      评论:0      收藏:0      [点我收藏+]

标签:

After creating "Blank App(Windows Universal)" targeting Windows Phone 10 in Visual Studio 2015 RC and tried to deploy it to the device (and have changed configuration to ARM for that exactly purpose) I‘ve got the erro as shown below:

Error: DEP0001 : Unexpected Error: A Prerequisite for an install could not be satisfied. (Exception from HRESULT: 0x80073CFD)

 

Solution:

In Package.appxmanifest, change the TargetDeviceFamily to the following:

<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.1.0" MaxVersionTested="10.0.1.0" />

 

TroubleShoot: Fail to deploy Windows UAP to device: 0x80073CFD

标签:

原文地址:http://www.cnblogs.com/Tealcwu/p/4474856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!