Toad Crashes with Quest.Toad.SQLRecall.SQLRecallItemExtensions Error

Hi,
I got this issue when I press F5 to execute different commands:

at Quest.Toad.SQLRecall.SQLRecallItemExtensions.<>c__DisplayClass2_0.b__0(FileStorageItem1 i) at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source, Func2 predicate) at Quest.Toad.SQLRecall.SQLRecallItemExtensions.AddItem(JsonFileStorage1 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()

Hey Phil,

It's always good to understand the details/steps that lead up to errors or abnormal app behavior.
Were you in the Editor, presumably, when you hit F5? What types of commands?

By chance were you attempting to drag entries from your SQL Recall list?
Any details will be appreciated.

Hi Gary,
Finally I found my answer in you support site : Error "Quest.Toad.SQLRecall.SQLRecallItemExtensions" when executing a SQL Script in Editor (4310536)
Thx