[GH-ISSUE #231] Could not load file or assembly NodaTime #226

Closed
opened 2026-02-25 20:31:12 +03:00 by kerem · 5 comments
Owner

Originally created by @fluboi on GitHub (May 18, 2018).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/231

Hi,
I've updated to v3.1.1.0 this morning, and now I do have the following error on one of my calendar:

System.IO.FileLoadException: Could not load file or assembly 'NodaTime, Version=2.2.4.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'NodaTime, Version=2.2.4.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1'
   at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, ITimeZone startIcalTimeZone, ITimeZone endIcalTimeZone, IEntityMappingLogger logger, IEventSynchronizationContext context)
   at CalDavSynchronizer.Implementation.Events.EventEntityMapper.<Map1To2>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GenSync.Synchronization.States.UpdateAToB`7.<UpdateEntity>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GenSync.Synchronization.States.UpdateAToB`7.JobWrapper.<UpdateEntity>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.<PerformOperations>d__3.MoveNext()

Windows 10
Outlook version 1708

Let me know if you need others infos/logs.

Originally created by @fluboi on GitHub (May 18, 2018). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/231 Hi, I've updated to v3.1.1.0 this morning, and now I do have the following error on one of my calendar: ``` System.IO.FileLoadException: Could not load file or assembly 'NodaTime, Version=2.2.4.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'NodaTime, Version=2.2.4.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1' at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, ITimeZone startIcalTimeZone, ITimeZone endIcalTimeZone, IEntityMappingLogger logger, IEventSynchronizationContext context) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.<Map1To2>d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.UpdateAToB`7.<UpdateEntity>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.UpdateAToB`7.JobWrapper.<UpdateEntity>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.<PerformOperations>d__3.MoveNext() ``` Windows 10 Outlook version 1708 Let me know if you need others infos/logs.
kerem closed this issue 2026-02-25 20:31:12 +03:00
Author
Owner

@sfranken-smartwireless commented on GitHub (May 18, 2018):

I have the same issue here.

<!-- gh-comment-id:390195079 --> @sfranken-smartwireless commented on GitHub (May 18, 2018): I have the same issue here.
Author
Owner

@aluxnimm commented on GitHub (May 18, 2018):

Did you try uninstall and install a fresh 3.2.0

<!-- gh-comment-id:390198043 --> @aluxnimm commented on GitHub (May 18, 2018): Did you try uninstall and install a fresh 3.2.0
Author
Owner

@fluboi commented on GitHub (May 18, 2018):

In fact the update I receive this morning was the 3.2.0. But it seems that restarting Outlook is mandatory to have the caldavsynchronizer load the new version.
By simply restating Outlook, the error disappear.
@sfranken-smartwireless does restarting your outlook also solve the problem for you ?

<!-- gh-comment-id:390204470 --> @fluboi commented on GitHub (May 18, 2018): In fact the update I receive this morning was the 3.2.0. But it seems that restarting Outlook is mandatory to have the caldavsynchronizer load the new version. By simply restating Outlook, the error disappear. @sfranken-smartwireless does restarting your outlook also solve the problem for you ?
Author
Owner

@aluxnimm commented on GitHub (May 18, 2018):

Well thats nothing new and the update even shows a message box that a restart is required

<!-- gh-comment-id:390212964 --> @aluxnimm commented on GitHub (May 18, 2018): Well thats nothing new and the update even shows a message box that a restart is required
Author
Owner

@SreeniC commented on GitHub (Jul 23, 2020):

I have the same issue for MS Build, Build failed due to this.
Any solutions.. ?

<!-- gh-comment-id:663096943 --> @SreeniC commented on GitHub (Jul 23, 2020): I have the same issue for MS Build, Build failed due to this. Any solutions.. ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#226
No description provided.