|
Posted by wzhao2000 on May 9, 2006, 5:59 pm
Please log in for more thread options
I'm building an IFilter add-in for certain file extension, e.g., .FOO.
>From IFilter Explorer, I can see my DLL listed as "Valid IFilter"
there. However, it seems WDS does not load my DLL.
I put Sleep(####) in the code and tried to set break point for
WindowsSearchFilter.exe, but my module was never loaded. I also tried
print something into log file at the beginning of code. No output
either.
Oddly enough, my .FOO files did get indexed. I can search by file name
(not by content of course).
I'm wondering if there is a diagnostic registry key or config option
that I can turn on to see what went wrong?
Thanks
|