Proclaim cycles for a few seconds at "password login" then crashes. Here is the error:
Program Version: 1.5 (1.05.0.0006)
Windows Version: 6.1.7601.65536
Time: 2012-05-18 12:40:37 -04:00 (2012-05-18T16:40:37Z)
Installed memory: 4,020 MB
Install path: C:\Users\Bill\AppData\Local\Apps\2.0\VDEDP5CG.CWA\GLEGP4OC.31W\proc..tion_c830e69472a2fd73_0001.0005_dfaf9ddba087d7be\Proclaim.exe
Free install space: 218,374 MB
Temp path: C:\Users\Bill\AppData\Local\Temp\
Free temp space: 218,374 MB
Error ID: 9746
Error detail: DatabaseVersionException: Error upgrading to schema version 2
Libronix.Utility.Data.DatabaseVersionException: Error upgrading to schema version 2 ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: Info
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at Libronix.Utility.Data.PoolableConnector.ExecuteReader(String strText, Object[] aobjParameterNamesAndValues)
at Libronix.Utility.Data.LocalFileDatabase.<>c__DisplayClassc`1.<UpgradeDatabase>b__a(IConnector c)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, Action`1 fnOnValidSchema)
--- End of inner exception stack trace ---
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, Func`2 fnGetInfo, Func`3 fnUpgrade, Action`1 fnBeforeUpgrade, Action`1 fnOnValidSchema)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase[TData](IConnector conn, Int32 nCurrentSchemaVersion, String strGetInfoSql, Func`2 fnReadInfo, Func`2 fnGetUpgradeSql, Action`1 fnOnValidSchema)
at Libronix.Utility.Data.LocalFileDatabase.UpgradeDatabase(IConnector conn, Int32 nCurrentSchemaVersion, String strGetInfoSql, Func`2 fnGetUpgradeSql)
at Logos.Proclaim.Common.UploadManager.<.ctor>b__0(IConnector conn)
at Libronix.Utility.Data.LocalFileDatabase..ctor(String strPath, Func`2 fnCreateConnection, Func`2 fnValidateDatabase, Action`1 fnCreateDatabase)
at Logos.Proclaim.Common.UploadManager..ctor(String uploadManagerFolder, ProclaimServices services)
at Logos.Proclaim.Common.ProclaimServices.CreateUploadManager()
at Logos.Proclaim.Common.ProclaimServices..ctor(User user, ServicesKind kind)
at Logos.Proclaim.Common.ProclaimServices.CreateForUser(User user)
at Logos.Proclaim.Common.Model.AppModel.AppStartupCallback.InitializeServicesForUser(User user)
at Logos.Proclaim.Common.Model.AppStartupModel.WorkOnline(User user, Boolean isLoggingIn)
at Logos.Proclaim.Common.Model.AppStartupModel.<>c__DisplayClass5.<VerifyCurrentUserIsLoggedIn>b__4(LoginResult result)
at Logos.Proclaim.Common.AccountManager.<VerifyLoginWork>d__3.MoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.ContinueExecution(Object unused)
at Libronix.Utility.Threading.AsyncAction.ContinueCallback(Object unused)
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)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
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)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at Logos.Proclaim.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager singleInstanceManager)
at Logos.Proclaim.OurApp.Main(String[] astrArgs)
Thanks for any help!