Win10 VS2015 社区版切换到VS2013社区版 进行维护之前的项目

前提:当先在Win10 OS 安装了vs2015之后开发Win UAP,之后要维护之前的WP8 版本,安装了VS2013社区版 打开后 

1问.Exception from HRESULT: 0x89721800 when deploying Windows Phone in Visual Studio 2012

 1答:https://social.msdn.microsoft.com/Forums/windowsapps/en-US/796ea925-c1bf-4fb3-bc67-4967823b51eb/exception-from-hresult-0x89721800-when-deploying-windows-phone-in-visual-studio-2012?forum=wptools

第一步:

C:UserslorAppDataLocalMicrosoftPhone ToolsCoreCon 打开这个目录

 

修改成10.0old 在重新打开vs,编译不会出现问题了。

第二步:

当继续重新打开vs  编译 这个时候还是看不到模拟器选择。那就把CoreCon 文件夹里的所有文件移除到桌面。

重新打开vs 。模拟器选项出现了。 

 12这个文件夹。是没有改变的。

http://stackoverflow.com/questions/6980957/windows-phone-deployment-of-application-to-device-failed-exception-from-hresul

第一次启动模拟器选择yes

原文地址:https://www.cnblogs.com/androllen/p/4528429.html