mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 03:45:59 +03:00
[GH-ISSUE #191] version 2.18 won't show up on Outllook 2007 toolbar - it was previously working #187
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#187
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 @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?
@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/
@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.
@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.
@mottycruz commented on GitHub (Mar 31, 2017):
correct I installed it "current user only". Also, VS2010 Runtime is installed as well.
@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
@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!
@aluxnimm commented on GitHub (Mar 31, 2017):
Ok strange, but good news that it is working.
@mottycruz commented on GitHub (Mar 31, 2017):
Yes very strange indeed! couldn't done it without your help!
Thanks
Motty