I'm facing a problem when trying to do a full sync with the Navision outlook synchronization add-in in outlook 2013. After starting, everything seems fine until he reaches the step "Synchronizing Microsoft Dynamics NAV Items". Here he will do about 15% and then give an error message saying an error occurred during the synchronization process.
Edit: I'm trying to sync Contact Items
I then enabled the error logging of outlook and found the following message:
Error: 25/04/2014 9:36:22 [9] Dump of exception type 'System.NullReferenceException'
Message: Object reference not set to an instance of an object.
Stack trace: at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser._ProcessOutlookItem(XPathNavigator outlookItemElement, SynchronizationSchema synchronizationSchema, NavisionSynchronizationEntity navisionSynchronizationEntity, OutlookSynchronizationEntity outlookSynchronizationEntity, EntryIdStorage entryIdStorage, Boolean isConflictResolution)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser.GetNextMessagePortion()
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common._ProcessNavisionData(MemoryStream incomingStream)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common.DoSynchronization(BackgroundWorker worker, DoWorkEventArgs e)
The strangest thing is that normal synchronization works fine, also doing a full sync with outlook 2010 (with the same add-in version) doesn't give any problems.
The add-in version I'm using is:
Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll 7.0.34797.0
MapiHelper.dll 7.0.34797.0
Edit:
Navision version: BE Dynamics NAV 7.0 7.034797.0
Does anyone know what causes the Full sync to fail in outlook 2013?
*This post is locked for comments