mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #308] Impossible to cast object error when synchronizing #766
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#766
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tech62 on GitHub (Mar 12, 2021).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/308
All is in the title
Office version : 2010 x64
CalDavSynchronizer : version 4.0
Thanks for your help
@bw210343 commented on GitHub (Jan 31, 2025):
Had a similar issue with Office 2013 after downgrading from 365. This worked for me:
https://support.boyum-it.com/hc/en-us/articles/206772337-Outlook-issue-Unable-to-cast-COM-object-of-type-Microsoft-Office-Interop-Outlook-ApplicationClass
Close all Office applications (Outlook, Word, Excel).
Click your Windows Start button, either click Run or go to the Search box on the Start Menu, and type regedit. The Windows registry editor opens.
Navigate to the following key: HKEY_CLASSES_ROOT\TypeLib{00062FFF-0000-0000-C000-000000000046}\9.6
Delete the 9.6 key.
Close the registry editor.
@tech62 commented on GitHub (Feb 3, 2025):
Thanks for your reply, unfortunaly too late, i hope your answer can help someone ^^ =)