EA——Error creating XML parser

 

错误的起源:安装Enterprise Architect后,出现了“Error creating XML parser”错误。
解决过程:到system32目录找了一下,有msxml4.dll,还有msxml6.dll,执行regsvr32 C:\WINDOWS\system32\msxml6.dll,成功后,再启动Enterpise Architect,还是提示”Error creating XML parse"错误。再执行“regsvr32 C:\WINDOWS\system32\msxml4.dll”,成功后再启动Enterprise Architect,正常了!
分析一下,可能是在卸载时把msxml4.dll给反注册了,导致Enterprise Architect找不到这个解析库,所以就出现上面的错误。

 

你可能感兴趣的:(C++,c,xml,windows,C#)