Hi, I need to generate an ATOM feed using FeedSync using the class FeedProducer, its first parameter is a KnowledgeSyncProvider but I am using an AnchorEnumerationSimpleSyncProvider as my provider which do not inherit from KnowledgeSyncProvider.
Do i need to create my own KnowledgeSyncProvider that takes care of anchor enumeration or is there any way to work with AnchorEnumerationSimpleSyncProvider to use FeedProducer/FeedConsumer classes?
PS: I found this http://blogs.msdn.com/b/sync/archive/2008/04/08/synchronization-of-browser-favorites-using-feedsync-and-the-microsoft-sync-framework.aspx but the link to the project is missing and I can't find it anywhere.
Thanks.