无法将应用程序部署到Windows Phone 8.1设备

时间:2015-01-09 15:16:58

标签: visual-studio-2013 windows-phone-8.1 visual-studio-2015

当我尝试部署(任何)Windows Phone 8.1错误时,我在VS2013中收到以下错误:

Error   3   Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Downloading package 'FF63DEA8-0A0C-4E52-B20F-84F390C30F32'': 
DirectoryNotFoundException - The system cannot find the path specified.

在VS2015中:

 Show Details   Severity    Code    Description Project File    Line
Error       Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Downloading package 'EB22551A-7F66-465F-B53F-E5ABA0C0574E (NativeMsVsMon)'': 
DirectoryNotFoundException - The system cannot find the path specified. 

我可以在Visual Studio 2013中部署该应用程序,但在我的情况下,这不是一个选项,因为VS2013不支持通用应用程序,所以我无法打开我的项目。

手机已被我的电脑识别,已解锁,我已尝试重置导入导出设置。

我有VS2013更新4.

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。不知道这是否与您的问题有关,但我发现所有混乱都是由于更新设备操作系统失败而产生的。

简而言之,我无法将设备更新到上一个操作系统版本。这会阻止appx安装以及VS部署。

供参考 http://www.ibtimes.co.uk/lumia-denim-update-installation-error-8018830f-developer-preview-devices-how-resolve-1482757

我发现的唯一灵魂就是通过上面链接中提到的恢复工具重置设备

祝你好运