SHAREPOINTSearch.com

Welcome to SHAREPOINTSearch.com Sign in | Join

in Search
Skip Navigation Links
Home
Resource CenterExpand Resource Center
Research CenterExpand Research Center
BIG Resource List
Blog Zone
Forums
RequestsExpand Requests
About Us

C# based protocol handler sample.

File Details
Downloads: 112 File Size: 324.7kB
Posted By: notorioustech Views: 0
Date Added: 01-14-2008

This is based off of John Kohz's sample and is referenced in this blog post for more information: http://sharepointsearch.com/cs/blogs/notorioustech/archive/2007/06/19/contentenumerator-cs-for-stored-procedure-sample.aspx

 

 

Comments
 

tatsuki said:

I found a bug in John Kohz's sample. COMInterop.cs Wrong --------------------------------------- public enum HRESULT : uint { E_NOTIMPL = 0x80004001, E_FAIL = 0x80004005, ERROR_INSUFFICIENT_BUFFER = 0x00000122, } Correct --------------------------------------- public enum HRESULT : uint { E_NOTIMPL = 0x80004001, E_FAIL = 0x80004005, ERROR_INSUFFICIENT_BUFFER = 0x8007007A, // <<-- } When the size of "SecurityDescriptor" is larger than 1024 bytes, MOSS cannot be correctly crawled. This bug made me spend for a month...
01-23-2008 9:45 PM
SHAREPOINTSearch.com is not affiliated with or endorsed by the Microsoft Corporation.See our Terms, Conditions and Privacy Statements
SharePoint is a trademark of the Microsoft Corporation.