|
Posted by Michael H on February 15, 2006, 3:54 am
Please log in for more thread options
On Tue, 17 Jan 2006 18:30:02 -0800, Lee_Nover
-> I've created a small test asp.net page using wds sdk
-> in the page's directive I've added AspCompat="true" and setup the
-> impersonation in web.config
-> the impersonated user's index is updated
-> when executing the query I get:
-> [COMException (0x80004005): Unspecified error]
->
->
Microsoft.Windows.DesktopSearch.Query.SearchDesktopClass.ExecuteQuery(String
-> lpcwstrQuery, String lpcwstrColumn, String lpcwstrSort, String
-> lpcwstrRestriction) +0
-> Search.SearchForm.btnSearch_Click(Object sender, EventArgs e)
->
-> if I execute the with empty params then I get an invalid param
exception for
-> the Column param
-> if I set the Column param to anything I get the above mentioned
exception
->
-> any ideas what I did wrong?
-> tnx
Did you ever figure this out??
|