Toad data point crashes every time i run any query in the sql editor. Please find below the complete error that is being shown.
NullReferenceException
Object reference not set to an instance of an object.
Stack Trace:
at Quest.Toad.SQLRecall.SQLRecallItemExtensions.<>c__DisplayClass2_0.b__0(FileStorageItem1 i) at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable
1 source, Func2 predicate) at Quest.Toad.SQLRecall.SQLRecallItemExtensions.AddItem(JsonFileStorage
1 storage, SQLRecallItem item, String body)
at Quest.Toad.SQLRecall.ProducerConsumerQueue`1.Work()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()