【发布时间】:2015-01-09 15:16:58
【问题描述】:
当我尝试部署(任何)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。
【问题讨论】:
-
您是否尝试将项目构建为 relese,而不是 debug?
标签: visual-studio-2013 windows-phone-8.1 visual-studio-2015