I have this beta running on 2 other computers with no problem, but when it updated on this computer, it now crashes on startup. It will start up to a blank screen, but then when I try to open a layout, or anything really, it crashes.
Right now I am rebuilding the index, but not sure what else to do.
The log mentions error 9992, yesterdays log gave a different error number, but don't remember it now.
Below is the log.
Program Version: 4.1 Beta 5 (4.10.4.3198)
Windows Version: 6.1.7600.0
Time: 2010-08-08 07:28:40
Installed memory: 8,184 MB
Install path: C:\Users\Mike\AppData\Local\Logos4\System\Logos4.exe
Data path: C:\Users\Mike\AppData\Local\Logos4\Data\mmcqjafg.f2x
Free disk space: 370,013 MB
Temp path: C:\Users\Mike\AppData\Local\Temp\
Free temp space: 370,013 MB
Error ID: 9992
Error detail: TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.66.1015, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'System.Data.SQLite, Version=1.0.66.1015, Culture=neutral, PublicKeyToken=db937bc2d44ff139' ---> System.IO.FileLoadException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.62.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'System.Data.SQLite, Version=1.0.62.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
at ..CreateCommand()
at ...ctor(LightSpeedContext )
at ..(LightSpeedContext )
at ..(LightSpeedContext )
at ...ctor(IUnitOfWork , IEnumerable`1 )
at ..(IUnitOfWork , IEnumerable`1 )
at ..(TypeModel , Query , IList )
at ..(Query , TypeModel , IList )
at ..(Query , IList )
at Mindscape.LightSpeed.UnitOfWork.Find(Query query, IList results)
at Mindscape.LightSpeed.UnitOfWorkBase.Find[TEntity](Query query)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Mindscape.LightSpeed.Linq.ProjectionStrategy.ExecuteEntityQuery(Query query, IUnitOfWork unitOfWork)
at Mindscape.LightSpeed.Linq.ProjectionStrategy.Execute(Query query, IUnitOfWork unitOfWork)
at Mindscape.LightSpeed.Linq.LinqQueryExecutionPlan.Execute()
at Mindscape.LightSpeed.Linq.LinqQueryTranslator.Translate(Expression expression, IUnitOfWork unitOfWork, String viewName)
at Mindscape.LightSpeed.Linq.LinqQueryProvider.Execute(Expression expression)
at Mindscape.LightSpeed.Linq.LinqQueryProvider.System.Linq.IQueryProvider.Execute(Expression expression)
at Mindscape.LightSpeed.Linq.LinqQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Libronix.DigitalLibrary.Resources.PericopeSets.PericopeSetsResourceCore.UpdatePericopeSets(PericopeSetsResource resPericopeSets)
at Libronix.DigitalLibrary.Resources.PericopeSets.PericopeSetsResourceCore.GetAllPericopeSets(PericopeSetsResource resPericopeSets)
at Libronix.DigitalLibrary.Resources.PericopeSets.PericopeSetsResourceCore.GetThematicPericopeSets(PericopeSetsResource resPericopeSets, IEnumerable`1 seqDataTypes)
at Libronix.DigitalLibrary.Resources.PericopeSets.PericopeSetsResource.GetThematicPericopeSets(IEnumerable`1 seqDataTypes)
at LDLS4.DataTypeNavigatorItemUtility.AddDataTypeNavigatorItems(Action`2 fnNavigate, DataTypeReference dtrParsed, Nullable`1 nMaxBibleVerses, TextNavigatorParameters parameters, IEnumerable`1 seqDataTypeGroup, PericopeSetsResource resPericopeSets, IEnumerable`1 seqPreferredDataTypes, DigitalLibraryServices services, IWorkState state)
at LDLS4.DataTypeNavigatorItemUtility.AddNavigatorItemsForGroup(Action`2 fnNavigate, DataTypeReference dtrParsed, String strText, Nullable`1 nMaxBibleVerses, TextNavigatorParameters parameters, IEnumerable`1 seqDataTypeGroup, PericopeSetsResource resPericopeSets, IEnumerable`1 seqPreferredDataTypes, DigitalLibraryServices services, IWorkState state)
at LDLS4.DataTypeNavigatorItemUtility.GetNavigatorItems(Action`2 fnNavigate, String strReferenceText, String strText, Nullable`1 nMaxBibleVerses, TextNavigatorParameters parameters, IEnumerable`1 seqDataTypeGroups, PericopeSetsResource resPericopeSets, IEnumerable`1 seqPreferredDataTypes, DigitalLibraryServices services, IWorkState state)
at LDLS4.DataTypeNavigatorItemUtility.GetBibleNavigatorItems(Action`2 fnNavigate, String strReferenceText, String strText, Nullable`1 nMaxVerses, TextNavigatorParameters parameters, IEnumerable`1 seqPreferredDataTypes, DigitalLibraryServices services, IWorkState state)
at LDLS4.Panels.BibleExplorerPanel.BibleExplorerViewModel.<GetNavigatorItems>d__3.MoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.EnumMoveNext()
at Libronix.Utility.Threading.AsyncWorkerTask`1.ContinueExecution()
at Libronix.Utility.Threading.AsyncAction.Continue()
at Libronix.Utility.Threading.ThreadPoolAsyncAction.<Start>b__0(Object )
at Libronix.Utility.Threading.GroupedThreadPool.ExecuteNextCallback(Object state)
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)