c# - Problems with the library IFilter -


i want use ifilter interface extract , search text different documents. ifilter interface fits need perfectly, there issue 32/64 bit components.

the host os 64-bit. application 32-bit. want extract text .docx file, try install 32-bit office 2010 filter pack. installer fails message: 'the msi installer type not match platform architecture.'

when install 64-bit version of filter pack, 32-bit dlls not installed filters still not available. how install 32-bit filters on 64-bit system? it's possible ?

thanks lot in advance

there no support installing 32-bit filters on 64-bit windows. solution have install 64-bit filters , create 64-bit out-of-proc com server application exposes functionality require. app load 64-bit filters , com handle inter-process communication between 32-bit app , 64-bit out-of-proc com server.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -