You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load file or assembly 'System.Data.dll' or one of its dependencies. A dynamic link library (DLL) initialization routine failed.
at Newtonsoft.Json.Converters.BinaryConverter.CanConvert(Type objectType)
at Newtonsoft.Json.JsonSerializer.GetMatchingConverter(IList`1 converters, Type objectType)
at Newtonsoft.Json.Serialization.DefaultContractResolver.InitializeContract(JsonContract contract)
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(Type objectType)
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType)
at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type)
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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
at Chem4Word.Chem4WordV3.LoadOptions() in C:\Dev\vso\chem4word\Version3\src\Chem4Word.V3\Chem4WordV3.cs
The text was updated successfully, but these errors were encountered:
This error is caused by an missing file (which is part of the .Net Framework) on your computer.
It most likely happened durung the un-installation of another program, which has incorrecltly removed the file.
Microsoft have a tool which should be able to repair your installed version of the .Net Framework.
This can be downloaded from https://www.microsoft.com/en-gb/download/confirmation.aspx?id=30135
Exception
The text was updated successfully, but these errors were encountered: