You may have seen this, but just in case...
HOW TO: Use an ASP.NET Application to Query an Indexing Service Catalog by
Using Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;820105
> Hi,
>
[quoted text clipped - 8 lines]
>
> R.
Richard K Bethell - 24 Nov 2003 15:19 GMT
> You may have seen this, but just in case...
>
> HOW TO: Use an ASP.NET Application to Query an Indexing Service Catalog by
> Using Visual Basic .NET
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;820105
Thanks - we needed to get the content abstract though, and using the data
provider doesn't seem to do that. We went back to the interop. Part of the
problem I think was the fact that asp allowed us to compare the IXXSO.Query
title object to empty strings when empty, whereas in VB.Net it is really
necessary to test for a null value instead.
R.