Visual Studio 2017 IDE之xml过大报错

XML处理时遇到这个错误

在powershell中输入

[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  

显示

Visual Studio 2017 IDE之xml过大报错

Visual Studio 2017 IDE之xml过大报错

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

相关文章:

  • 2021-11-16
  • 2021-06-26
  • 2022-12-23
  • 2022-02-23
  • 2021-09-28
  • 2021-07-31
  • 2021-09-29
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2021-12-04
  • 2021-04-10
  • 2022-01-29
  • 2022-01-15
  • 2021-04-19
相关资源
相似解决方案