Getting an error when I hover over the SQL Recall I have pinned to my sidebar. Checking to see if my path is valid in setup but putting this out there for feedback.
I run TOAD DP on two WIN 10 machine's and I am trying to point my TOAD setup to folders I have syncing to OneDrive so my Toad Views and other items sync between the two machines. Not sure its working 100% but I have not had the issue until 5.1.4. Any thoughts on this would be appreciated.
Went into the TOAD SQL Recall directory folder and deleted out the files. This seems to have fixed this issue. Trying to identify which script it was that was causing the issue.
Thanks
System.TypeInitializationException
The type initializer for 'Quest.Toad.SQLRecall.SQLRecall' threw an exception.
Stack Trace:
at Quest.Toad.SQLRecall.SQLRecallControl..ctor()
Newtonsoft.Json.JsonReaderException
Unexpected character encountered while parsing value: . Path '', line 0, position 0.
Stack Trace:
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Quest.Toad.SQLRecall.JsonFileStorage`1.Initialize()
at Quest.Toad.SQLRecall.SQLRecall.LoadRecall()
at Quest.Toad.SQLRecall.SQLRecall..cctor()