问题如下:
处理方法:
1.在别的电脑里此路径下找到这个组件,拷贝到有问题的电脑的相同路径下进行替换
2.把下面的语句复制到 cmd 里面,盘这个要看 U8 安装位置,在别的盘,比如E,就 D改为E再进行运行
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
for %c in (D:\U8SOFT\ufcomsql\*.dll) do regsvr32.exe /s %c
for %c in (D:\U8SOFT\ufcomsql\*.ocx) do regsvr32.exe /s %c
3.都执行完重启电脑即可