微软发布 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
注:本文内容来自互联网,旨在为开发者提供分享、交流的平台。如有涉及文章版权等事宜,请你联系站长进行处理。