This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
07-26-2021 09:15 AM - edited 07-26-2021 09:20 AM
The Sequel Viewpoint software is installing an older version of Newtonsoft.Json into the .NET global assembly cache. This is forcing Designer to load the 12.0.0 version of the Newtonsoft.Json.dll from the .NET GAC. Because Designer uses version 12.0.1 it is causing random errors when loading.
https://docs.microsoft.com/en-us/troubleshoot/dotnet/framework/install-assembly-global-assembly-cach...
Message: 'Newtonsoft.Json.Linq.JObject' does not contain a definition for 'UseClassicMode
Download the 12.0.1 version from the link below and use the .net45 version and copy it over the 12.0.0 in the C:\Windows\assembly\GAC_MSIL\Newtonsoft.Json.
NuPKG files are just zip files, so anything that can process a zip file should be able to process a nupkg file, i.e, 7zip.https://www.nuget.org/packages/Newtonsoft.Json/12.0.1
Hello,
Has this error been resolved in a newer version?
Because here in my company we don't use this sequel software and we still have the above problem.