Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Knowledge Base

Definitive answers from Designer Desktop experts.

Unhandled Exception Sequel Viewpoint Loader Breaks Designer

BradyW
Alteryx Alumni (Retired)
Created

Environment Details


  • Alteryx Designer
    • 2020.2+
    • Sequel ViewPoint

image.png



Cause


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
image.png

image.png



Resolution


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.
image.png
https://www.nuget.org/packages/Newtonsoft.Json/12.0.1
Comments
yasminandradee
5 - Atom

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.