I disabled this setting for testing.
Now I get the following error instead. Note that I replaced the portion of the path of the file with XXXX..., but I did keep the file path string length the same.
System.Data.SqlServerCe.SqlCeException: The file resolves to a path that is too long. The maximum length is 260 characters. [ File name = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\Data\ManicTime.sdf ]
at System.Data.SqlServerCe.SqlCeEngine.ProcessResults(IntPtr pError, Int32 hr)
at System.Data.SqlServerCe.SqlCeEngine.CreateDatabase()
at Finkit.ManicTime.Common.SqlCeDatabaseUpdater.CreateDatabase(String password)
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CreateDatabase()
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase()
***ProcessInfo:
*** Start: 1/2/2011 12:11:10 PM.634
*ProcessInfoX86 Start: 1/2/2011 12:11:10 PM.636
6.0.6002.131072 X86
---
13908 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\ManicTime.exe
---
14216, (14216, Wait, UserRequest, 1/2/2011 12:11:00.7633): 00:00:03.9000250
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop
System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner
System.Windows.Forms.Application.ThreadContext.RunMessageLoop
System.Windows.Forms.Application.Run
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.Run
Finkit.ManicTime.Tracker.WinApp.Program.Main
12608, (12608, Wait, UserRequest, 1/2/2011 12:11:00.8443): 00:00:00
13680, (13680, Wait, ExecutionDelay, 1/2/2011 12:11:07.1393): 00:00:00
13948, (13948, Wait, EventPairLow, 1/2/2011 12:11:07.2373): 00:00:00
14136, (14136, Wait, UserRequest, 1/2/2011 12:11:10.2803): 00:00:00
12384, (12384, Wait, UserRequest, 1/2/2011 12:11:07.6783): 00:00:00.2652017
System.Threading.WaitHandle.WaitOne
System.Threading.WaitHandle.WaitOne
System.Diagnostics.Process.WaitForExit
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.RunAndCaptureOutput
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoService.GetProcessInfo
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoLog.Write
Finkit.ManicTime.Common.ProcessInfo.ProcessInfoLog.Write
Finkit.ManicTime.Tracker.Main.ExceptionHandling.TrackerExceptionHandler.HandleUnhandledException
Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase
Finkit.ManicTime.Tracker.Main.TrackerApplicationInstance.<Run>b__0
Finkit.ManicTime.Common.ThreadHelper.<>c__DisplayClass1.<QueueUserWorkItem>b__0
System.Threading._ThreadPoolWaitCallback.WaitCallback_Context
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback
12292, (12292, Wait, Executive, 1/2/2011 12:11:10.7263): 00:00:00
[Internal thisFrame, 'M-->U', Microsoft.Win32.Win32Native::ReadFile]
System.IO.FileStream.ReadFileNative
System.IO.FileStream.ReadCore
System.IO.FileStream.Read
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack
System.Threading._ThreadPoolWaitCallback.WaitCallback_Context
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback
*ProcessInfoX86 End: 1/2/2011 12:11:11 PM.675
*** End: 1/2/2011 12:11:11 PM.675
Edited by user Sunday, January 2, 2011 10:18:28 PM(UTC)
| Reason: Not specified