Hello,
we will try to sync our DB-Contacts with Outlook-Contacts. So we download the VCard-Outlook Example an try to adapt it.
we have create the needed Providers but when we start the sync we have an SerializationException. This will be raised when
Data = bf.Deserialize(inputStream) as List<ItemMetadata>; |
in Microsoft.Sync.GenericSyncProvider MetadataStore.cs
can someone give me a tipp or a hint to solved it?
Michael