I am getting the following error when starting ManicTime:
System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details.
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result()
at Finkit.ManicTime.Client.Main.Views.TodayViewActivityLoader.Worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
---
System.Data.SqlServerCe.SqlCeException: The specified table does not exist. [ TimeTag ]
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Finkit.ManicTime.Common.DataAccess.GenericCommandExecutor.<ExecuteReader>d__0.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetTimeTagDictionaryFromSelectCommand(IDbCommand selectCommand, IDictionary`2 groupDict)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivityDictionaryFromSelectCommand(IDbCommand selectCommand, IDictionary`2 groupDict)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivitiesFromSelectCommand(IDbCommand selectCommand, IDictionary`2 groupDict)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivities(IDictionary`2 groupDict, TimeTagQuery query)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivities(TimeTagQuery query)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivitiesWithTimeline(TimeTagQuery query)
at Finkit.ManicTime.Common.Plugins.Tags.TagRepository.GetActivitiesByDate(Int32 startDate, Int32 endDate, Timeline[] timelines)
at Finkit.ManicTime.Client.Main.Views.TodayViewActivityLoader.Worker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
File Attachment(s):
Copy of ManicTime.txt
(45kb) downloaded 3 time(s). Copy of ManicTimeClient.txt
(75kb) downloaded 3 time(s).You cannot view/download attachments. Try to login or register.