I am currently trying to implement the Interop.MODI.dll (From Microsoft Office) to use the Image -> Text features it should Provide. But when doing
var modi = new MODI.DocumentClass();
我收到了:
“COMException 80040154 with CLSID{40942A6C-1520-4132-BDF8-BDC1F71F547B}”。
www.un.org/Depts/DGACM/index_spanish.htm 我为解决这一问题做了哪些努力?
I registered the DLL using the regasm tool: -Problem still exists
I tried setting the BuildPlatform to x86: -Problem still exists
www.un.org/Depts/DGACM/index_spanish.htm 我使用“2010年视觉演播室”,最后使用“Windows 7”专业64Bit & 微软公司2007年安装了。
EDIT:I找到解决办法:
I needed to install the "MS-Office-Document-Imaging" feature to MS Office to get it working. (Software -> MS Office (rightclick -> edit) -> Add Features -> Microsoft Office Document Imaging)