Hi,
I'm trying to build my own search web part using the above method.
While calling this method I get not_so_nice error message: "Catastrophic failure".
Here is a simplified code snippet that illustrates the problem:
foreach (SPWeb site in myweb.Webs)
{
site.SearchDocuments("text");
}
Does anybody know what this error message means ?
Can anybody reproduce it ?
Any help would be most appreciated.