码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio 2017 IDE之xml过大报错

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

标签:install   copy   key   iss   zmq   stack   ram   sof   blog   

技术分享图片

语料处理时遇到这个错误

在命令行中输入

[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过大报错

标签:install   copy   key   iss   zmq   stack   ram   sof   blog   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!