魔镜制造,Excel、Wps插件
魔镜的第一款excel插件,支持wps
setup.exe,1、安装程序,双击安装,直至结束,会下载需要的组件
wps_install.exe 2、 双击,闪一下结束,就能在WPS里看到了
【问题描述】
第三方给Excel插件安装包如图一,我没做过Excel插件安装包,估计就是调用VSTOInstaller.exe
安装时失败,提示如下
ERROR message ” The value of the property ‘type’ cannot be parsed. The error is: Could not load file or assembly ‘Microsoft.Office.BusinessApplications.Fba,Version=14.0.0.0,Culture=nutral, PublicKeyToken=71e9ce111e9429c’ or one of its dependencies. The system cannot find the file specified. (C:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe.Config Line 10)
【解决方法】
定位置插件文件夹
C:\Program Files (x86)\Common Files\Microsoft shared\VSTO\10.0 or C:\Program Files\Common Files\Microsoft shared\VSTO\10.0.
将VSTOInstaller.exe.config重命名,比如VSTOInstaller.exe.config.old.
重新安装成功。