我有以下解决方案:
我的电脑上安装了 VS2013与Update 5 和 VS2015与Update 1 。 操作系统 Windows 10.0.10586.318 由于其他原因我重新安装了整台电脑,这是一个全新的安装。
注意:在重新安装之前,我使用VS2015和Update 2(和VS2013和Update 5),但是出现了同样的问题。因此,安装Update 2似乎不是一个解决方案。
在Configuration Manager中,在“部署”列中选中了Android,WP8和WP8.1项目。
我想使用WP8模拟器来调试我的WP8项目。
指定的通信资源(端口)已被其他应用程序使用。
在状态栏中:启动TaskHost.exe失败。
在输出窗口中:
1>------ Build started: Project: X.Y.WP8, Configuration: Debug Any CPU ------
1> X.Y.WP8 -> D:\Programs\DotNET\Visual Studio 2015 Projects\Y\X.Y.WP8\Bin\Debug\X.Y.WP8.dll
1> Begin application manifest generation
1> No changes detected. Application manifest file is up to date
1> Begin Xap packaging
1> Creating file X.Y.WP8_Debug_AnyCPU.xap
1> Adding .... (lots of files)
1> Xap packaging completed successfully
2>------ Deploy started: Project: X.Y.WP8, Configuration: Debug Any CPU ------
2>Deploying D:\Programs\DotNET\Visual Studio 2015 Projects\Y\X.Y.WP8\Bin\Debug\X.Y.WP8_Debug_AnyCPU.xap...
2>Connecting to Emulator WVGA 512MB...
2>The application is already installed on the device. Checking if an incremental deployment is possible...
2>Doing full deployment as project was cleaned and rebuilt...
2>Uninstalling the application...
2>Installing the application...
2>Updating information related to installed files...
2>Deployment of D:\Programs\DotNET\Visual Studio 2015 Projects\Y\X.Y.WP8\Bin\Debug\X.Y.WP8_Debug_AnyCPU.xap succeeded.
========== Build: 1 succeeded, 0 failed, 3 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
当我尝试开始调试时,只有一个VS2015实例正在运行,没有别的。
我读了很多关于相同或类似问题的答案,但没有一个有效。
...\AppData\Local\Microsoft\Phone Tools\CoreCon\
文件夹的内容。VS2013知道什么VS2015没有?
作为解决方法,对于WP8项目:
但目标是能够在VS2015中使用WP8模拟器。
答案 0 :(得分:0)
在VS2015中使用WP8.1仿真器。