IFilter and CLR Assembly

I wrote a Console App (using c#) that queries a database for a document (.docx, pdf, .xls, etc.), and extracts the text and inserts the extracted data into a separate table. It works just fine.

However, when I tried doing this as a CLR Assembly it failed every time.  Where it's failing is on the call to LoadIFilter.  It returns 0x8000FFFF (Catastrophic Failure).

I'm wondering if it's even possible to use COM inside of a CLR Assembly.

Any thoughts?

September 3rd, 2015 2:21pm

Make sure the pdf ifilter has been well installed and configured.

https://columbiasoftconnect.com/flash/files/attachments/KB10000177.pdf
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2015 1:09am

I can only assume that it is.

When I run a command line version of my code, the IFilter loads just fine and text extraction completes successfully.  However, using the same machine, the IFilter will no load from within a CLR Assembly.

September 10th, 2015 5:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics