Visual studio 2013 无法将应用部署到windows phone 8.1设备

Visual studio 2013 无法将应用部署到windows phone 8.1设备,visual-studio-2013,windows-phone-8.1,visual-studio-2015,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 can

当我试图部署(任何)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.
2015年:

 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

我也面临同样的问题。不知道这是否与您的问题有关,但我发现所有的混乱都是由于更新设备操作系统的尝试失败造成的

简而言之,我无法将设备更新到最新的操作系统版本。这阻止了appx安装和VS部署

供参考

我找到的唯一解决办法是通过上面链接中提到的恢复工具重置设备


祝您好运

您是否尝试将项目构建为relese而不是debug?