Created
May 24, 2017 22:09
-
-
Save phw198/c9c21abac6ce07ae48e3062c4ca390c3 to your computer and use it in GitHub Desktop.
Issue #90
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-05-10 12:38:52,611 INFO 1 OutlookGoogleCalendarSync.Program [0] - Program started: v2.4.0.0 | |
| 2017-05-10 12:38:52,665 INFO 1 OutlookGoogleCalendarSync.Program [0] - Storing user files in roaming directory: C:\Users\THarris\AppData\Roaming\Outlook Google Calendar Sync | |
| 2017-05-10 12:38:52,665 INFO 1 OutlookGoogleCalendarSync.Program [0] - Running from C:\Users\THarris\AppData\Local\Apps\2.0\9AKYZCCJ.HND\CY4EKLL4.Z99\outl..tion_a30846ba3587a523_0002.0004_d79036ab77ef318b\OutlookGoogleCalendarSync.exe | |
| 2017-05-10 12:38:52,793 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Portable' with value 'false' | |
| 2017-05-10 12:38:52,794 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'LoggingLevel' with value 'ERROR' | |
| 2017-05-10 12:38:52,795 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Logging level configured to 'ERROR' | |
| 2017-05-10 12:38:53,078 ERROR 3 OutlookGoogleCalendarSync.XMLManager [0] - Failed retrieving 'Subscribed' from C:\Users\THarris\AppData\Roaming\Outlook Google Calendar Sync\settings.xml | |
| 2017-05-10 12:38:53,079 ERROR 3 OutlookGoogleCalendarSync.OGCSexception [0] - System.IO.IOException: The process cannot access the file 'C:\Users\THarris\AppData\Roaming\Outlook Google Calendar Sync\settings.xml' because it is being used by another process. | |
| 2017-05-10 12:38:53,079 ERROR 3 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80070020;-2147024864 | |
| 2017-05-10 12:39:00,491 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE)) | |
| 2017-05-10 12:39:00,492 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x800401E3;-2147221021 | |
| 2017-05-10 12:39:31,878 ERROR 6 OutlookGoogleCalendarSync.OGCSexception [0] - System.Net.WebException: The request was aborted: The connection was closed unexpectedly. | |
| 2017-05-10 12:39:31,995 ERROR 6 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80131509;-2146233079 | |
| 2017-05-10 12:39:31,995 ERROR 6 OutlookGoogleCalendarSync.OGCSexception [0] - at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) | |
| at Squirrel.Utility.<LogIfThrows>d__38`1.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 Squirrel.FileDownloader.<DownloadUrl>d__3.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 Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.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 Squirrel.UpdateManager.<CheckForUpdate>d__7.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 OutlookGoogleCalendarSync.Updater.<githubCheck>d__5.MoveNext() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment