2017年5月24日
摘要: 最近在服务器上装一个等值线控件,确报错: RegSvr32 failed with exit code 0x5 尝试解决方法1: 在cmd下 运行for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 命令重新注册 结果:无效; 尝试解决方 阅读全文
posted @ 2017-05-24 20:19 lui 阅读(6190) 评论(0) 推荐(0) 编辑