[GH-ISSUE #191] version 2.18 won't show up on Outllook 2007 toolbar - it was previously working #654

Closed
opened 2026-03-01 17:40:42 +03:00 by kerem · 8 comments
Owner

Originally created by @mottycruz on GitHub (Mar 31, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/191

Hi Caldav Sync was working fine until few days ago I noticed it was deleted from the toolbar, I tried re-installing but does not show up in Outlook 2007 toolbar. I have the latest updates of .net framework & SP3 installed. Any ideas?

Originally created by @mottycruz on GitHub (Mar 31, 2017). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/191 Hi Caldav Sync was working fine until few days ago I noticed it was deleted from the toolbar, I tried re-installing but does not show up in Outlook 2007 toolbar. I have the latest updates of .net framework & SP3 installed. Any ideas?
kerem closed this issue 2026-03-01 17:40:42 +03:00
Author
Owner

@aluxnimm commented on GitHub (Mar 31, 2017):

Is it enabled in the Addins page? see
http://www.tech-recipes.com/rx/1959/outlook_2007_disabling_enabling_add_ins/

<!-- gh-comment-id:290783972 --> @aluxnimm commented on GitHub (Mar 31, 2017): Is it enabled in the Addins page? see http://www.tech-recipes.com/rx/1959/outlook_2007_disabling_enabling_add_ins/
Author
Owner

@mottycruz commented on GitHub (Mar 31, 2017):

Thanks Aluxnimm. you're right is not enable, and I can't enable it.
'c:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto' is not a valid office add-in.

<!-- gh-comment-id:290802380 --> @mottycruz commented on GitHub (Mar 31, 2017): Thanks Aluxnimm. you're right is not enable, and I can't enable it. 'c:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto' is not a valid office add-in.
Author
Owner

@aluxnimm commented on GitHub (Mar 31, 2017):

Visual Studio 2010 Tools for Office Runtime is installed, if not check
https://www.microsoft.com/en-us/download/details.aspx?id=54251

And you did install the addin for the current user only? Installation for Everyone is not supported in 2007.

<!-- gh-comment-id:290803640 --> @aluxnimm commented on GitHub (Mar 31, 2017): Visual Studio 2010 Tools for Office Runtime is installed, if not check https://www.microsoft.com/en-us/download/details.aspx?id=54251 And you did install the addin for the current user only? Installation for Everyone is not supported in 2007.
Author
Owner

@mottycruz commented on GitHub (Mar 31, 2017):

correct I installed it "current user only". Also, VS2010 Runtime is installed as well.

<!-- gh-comment-id:290804426 --> @mottycruz commented on GitHub (Mar 31, 2017): correct I installed it "current user only". Also, VS2010 Runtime is installed as well.
Author
Owner

@aluxnimm commented on GitHub (Mar 31, 2017):

Check if the registry entries are correct in
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\AddIns\CalDavSynchronizer

Manifest should be file:///C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal

if c:\Program Files (x86)\CalDavSynchronizer is the correct install folder

<!-- gh-comment-id:290806598 --> @aluxnimm commented on GitHub (Mar 31, 2017): Check if the registry entries are correct in HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\AddIns\CalDavSynchronizer Manifest should be file:///C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal if c:\Program Files (x86)\CalDavSynchronizer is the correct install folder
Author
Owner

@mottycruz commented on GitHub (Mar 31, 2017):

Thank you very much, I got it fixed. It was set to:
Manifest should be file:///C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal

and I set it to
Manifest should be C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal

now is working. I deleted "file:///".

Thanks again!

<!-- gh-comment-id:290810018 --> @mottycruz commented on GitHub (Mar 31, 2017): Thank you very much, I got it fixed. It was set to: Manifest should be file:///C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal and I set it to Manifest should be C:\Program Files (x86)\CalDavSynchronizer\CalDavSynchronizer.vsto|vstolocal now is working. I deleted "file:///". Thanks again!
Author
Owner

@aluxnimm commented on GitHub (Mar 31, 2017):

Ok strange, but good news that it is working.

<!-- gh-comment-id:290810335 --> @aluxnimm commented on GitHub (Mar 31, 2017): Ok strange, but good news that it is working.
Author
Owner

@mottycruz commented on GitHub (Mar 31, 2017):

Yes very strange indeed! couldn't done it without your help!

Thanks
Motty

<!-- gh-comment-id:290810809 --> @mottycruz commented on GitHub (Mar 31, 2017): Yes very strange indeed! couldn't done it without your help! Thanks Motty
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#654
No description provided.