ForumsSearch



Search results for "Posted by randall"
Author Message
randall

Posted Aug 22, 2008 in: Outlook Client 0.9.8.6 is Available
Score: 0
  • randall
  • Posted: Aug 22, 2008
  • Score: 0
Ok I've got one for you Keef. Mine won't sync at all anymore, and each time it tries to sync it errors out after seeming to process everything ok, and then it deletes one of the tasks from Outlook (the one that makes the sync die). Here's how the trace dies:

SyncApp.exe Information: 0 : StateMissingFromToodleDo(): outlook task [TASK NAME HERE]
SyncApp.exe Information: 0 : SyncContext:switchState() moving to state MissingFromBoth
SyncApp.exe Warning: 0 : SynchLib: processContextStates() Error processing item The item has been moved or deleted. at Microsoft.Office.Interop.Outlook._TaskItem.get_Subject()
at SynchLib.SyncContext.process()
at SynchLib.StateMissingFromToodleDo.Process()
at SynchLib.SyncContext.process()
at SynchLib.SyncTool.processContextStates(List`1 contexts)
SyncApp.exe Information: 0 : SyncContext:switchState() moving to state Sync Error
SyncApp.exe Error: 0 : Error during synchronization The item has been moved or deleted. at Microsoft.Office.Interop.Outlook._TaskItem.get_Subject()
at SynchLib.SyncContext.process()
at SynchLib.SyncContext.switchState(StateBase newState)
at SynchLib.SyncTool.processContextStates(List`1 contexts)
at SynchLib.SyncTool.processContexts(List`1 contexts)
at SynchLib.SyncTool.performFullSynch(SyncInfo syncinfo)
at SynchLib.SyncTool.synchronizeTasks()
at SyncApp.frmMain.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)