Version3 icon indicating copy to clipboard operation
Version3 copied to clipboard

Could not load file or assembly System.Data.dll

Open MikeWilliams-UK opened this issue 6 years ago • 0 comments

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

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

MikeWilliams-UK avatar Sep 21 '19 19:09 MikeWilliams-UK