内容简介:微软发布 Visual Studio 15.6 的第五个预览版,该版本包括 Preview SDK Build 17095 新版本值得关注的内容是包含 C++/WinRT,有一些注意事项: 可能会发生错误: Cannot deploy to a device: When attempting t...
微软发布 Visual Studio 15.6 的第五个预览版,该版本包括 Preview SDK Build 17095
新版本值得关注的内容是包含 C++/WinRT,有一些注意事项:
可能会发生错误:
Cannot deploy to a device: When attempting to deploy to a mobile device, it fails with the following error: DEP0001: Unexpected Error: SmartDeviceException – Class not registered [0x80131500]
解决上述错误的方法是:
Go to Administrative Command Prompt
Run REGSVR32 “\Program Files (x86)\Windows Kits\10\bin\10.0.17095.0\x86\SirepClient.dll”
该版本不包含如下工具:
Filtdump.exe
JSConstraintDebug.exe
Regwindmd.exe
Topedit.exe
下载地址:https://www.visualstudio.com/vs/preview/
发行说明:https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-Preview-relnotes
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《微软发布 Visual Studio 15.6 第五个预览版》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 附件在线预览组件 WDA 1.2.6 发布,支持图片预览功能
- 附件在线预览组件 WDA 1.2.3 发布,支持通过 url 预览附件
- WinObjC 0.1.160621 预览版发布
- WinObjC 0.1.160621 预览版发布
- PhpStorm 2018.1 公开预览版发布
- WinObjC 0.1.160621 预览版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First Python
Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!