I am having some difficulties in MS Sync Framework 2.1 when attempting to deprovision an existing scope on both the client and server ends. I wish to automatically deprovision using the sync framework API. I cannot seem to use the SqlSyncScopeDeprovisioning
class. I get a "Type is not defined message" in Visual studio when attempting to use this class. Can you help me with automatically deprovisioning a scope in ms sync framework.
I have added a reference to Microsoft.Synchronization.Data.SqlServer (version 3.0) and i still don't get any of the deprovisioning classes
Regards