mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #81] Outlook 2016 TimeoutException #977
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#977
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 @vascowhite on GitHub (Nov 17, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/81
Your synchroniser has been running flawlessly since I started using it. I upgraded to version 1.5.3 on the 14th November 2015 and it continued to work fine until this morning (17th November 2015) when I received the following errror
Clicking the
Detailsbutton gives the following text:-This prevents Outlook from loading any further plugins and prevents it from starting up.
I do have a network connection. Any suggestions?
@aluxnimm commented on GitHub (Nov 17, 2015):
No firewall or proxy issues on the network? Maybe try to manually uninstall and reinstall the plugin.
@vascowhite commented on GitHub (Nov 17, 2015):
No, there are no firewall/proxy issues and I have uninstalled/re-installed several times this morning.
As I say, it worked fine since Saturday and suddenly failed today.
I'm not sure what network it is referring to. Is this .net trying to contact our Exchange server?
@vascowhite commented on GitHub (Nov 17, 2015):
I tried it with my AV switched off and still the same problem.
I am using Outlook 2016 on Windows 7 Pro 64 bit.
@aluxnimm commented on GitHub (Nov 17, 2015):
So the question is, what changed suddenly since our plugin is the same obviously. Any Windows Updates regarding .net or vsto runtime or Office?
@vascowhite commented on GitHub (Nov 17, 2015):
Exactly.
The last update logged is 12th November which pre-dates the installation of 1.5.3. Nothing on our network has changed, which makes this quite a mystery.
Where will the deployment manifest referenced in the error message be stored? Is that part of your plugin?
@aluxnimm commented on GitHub (Nov 17, 2015):
You can try to clear the ClickOnce Cache
http://stackoverflow.com/questions/2418542/clear-the-net-downloaded-application-cache-without-mage
rundll32 dfshim CleanOnlineAppCache
@vascowhite commented on GitHub (Nov 17, 2015):
That seems to have sorted it. I did the following:-
Thanks for the help, I probably wouldn't have found that SO question as I wouldn't have made the connection between that and my issue.
@aluxnimm commented on GitHub (Nov 17, 2015):
Good news, at least we have a solution for such problems now!