Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MikeWilliams-UK opened this issue Sep 21, 2019 · 0 comments
Open

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

MikeWilliams-UK opened this issue Sep 21, 2019 · 0 comments

Comments

@MikeWilliams-UK
Copy link
Contributor

MikeWilliams-UK commented Sep 21, 2019

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 MikeWilliams-UK added Can't Fix We can't do anything about this. It's an external problem Answered and removed Answered labels Sep 21, 2019
@MikeWilliams-UK MikeWilliams-UK added Help Wanted Can't Fix We can't do anything about this. It's an external problem and removed Can't Fix We can't do anything about this. It's an external problem labels Oct 1, 2019
@MikeWilliams-UK MikeWilliams-UK added Unable to Reproduce and removed Can't Fix We can't do anything about this. It's an external problem labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant