欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

VS IDE之xml过大报错

程序员文章站 2022-07-14 22:03:50
...

VS IDE之xml过大报错

语料处理时遇到这个错误

在命令行中输入

$vsWherePath = Join-Path ${env:ProgramFiles(x86)} "Microsoft Visual Studio\Installer\vswhere.exe"
$installPath = &$vsWherePath -all -latest -property installationPath
$vsregedit = Join-Path $installPath 'Common7\IDE\vsregedit.exe'
& $VsRegEdit set "$installPath" "HKLM" "XmlEditor" "MaxFileSizeSupportedByLanguageService" string 100
显示

VS IDE之xml过大报错

VS IDE之xml过大报错

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

相关标签: aiml chatbot C#