Skip to content

Could not load file or assembly System.Data.dll #14

Description

@MikeWilliams-UK

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions