I get the below exception when trying to start the application (it was working prior to today). I've tried reinstalling the app from scratch, removing my data directory and using the client tools to do a repair (which results in the same exception). I'm guessing there's something wrong with my machine (.net install corruption?) rather than the manic time data/install, but figured you might have an idea of what I should try.
System.Data.SqlServerCe.SqlCeException: The CRT binary present in application/bin folder is not signed and can be a potential security risk. Please place the original Microsoft CRT binary in application/bin folder. (HResult: -1; NativeError: -1)
at System.Data.SqlServerCe.NativeMethods.ValidateCRT(String appDirectory)
at System.Data.SqlServerCe.NativeMethods.LoadValidLibrary(String modulePath)
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinariesFromPrivateFolder(String privateInstall)
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
at System.Data.SqlServerCe.SqlCeConnection..ctor()
at System.Data.SqlServerCe.SqlCeConnection..ctor(String connectionString)
at Finkit.ManicTime.Common.DataAccess.SqlCeDatabaseManager.IsDatabaseFileUpgradeNeeded(String databasePath, String databasePassword)
at Finkit.ManicTime.Tracker.Main.DatabaseStartupChecker.CheckDatabase()
File Attachment(s):
full exception log.txt
(7kb) downloaded 1 time(s).You cannot view/download attachments. Try to login or register.