首页 > 其他 > 详细

Visual Studio 2017 IDE之xml过大报错

时间:2018-03-31 13:04:14      阅读:220      评论:0      收藏:0      [点我收藏+]

技术分享图片

语料处理时遇到这个错误

在命令行中输入

[csharp] view plain copy
 
  1. $vsWherePath = Join-Path ${env:ProgramFiles(x86)} "Microsoft Visual Studio\Installer\vswhere.exe"  
  2. $installPath = &$vsWherePath -all -latest -property installationPath  
  3. $vsregedit = Join-Path $installPath ‘Common7\IDE\vsregedit.exe‘  
  4. & $VsRegEdit set "$installPath" "HKLM" "XmlEditor" "MaxFileSizeSupportedByLanguageService" string 100  

显示

技术分享图片

技术分享图片

参考https://stackoverflow.com/questions/43889806/large-xml-files-in-vs-2017-15-1

Visual Studio 2017 IDE之xml过大报错

原文:https://www.cnblogs.com/ShaYeBlog/p/8681642.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!