Problem with JSON files

Hi

We have been using the Supertext JSON filter on some tasks, but not it have stopped, and it gives us an error that Supertext havent encountered

Here is the error:

Does anybody have a clue?

Have tried it on several computer, and with several versions of Studio and the JSON filter, but all give the same error.

Did do a test export of the file before translation, and that worked, and have tried to create a new task with an empty TM now as well, to see if that solves it, but not we get the same error.

Here is the content of the error file:

--

<SDLErrorDetails time="29.09.2017 10:09:43">
  <ErrorMessage>Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)</ErrorMessage>
  <Exception>
    <Type>System.IO.FileLoadException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
    <FileName>Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed</FileName>
    <FusionLog>WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</FusionLog>
    <HelpLink />
    <Source>mscorlib</Source>
    <HResult>-2146234304</HResult>
    <StackTrace><![CDATA[   ved System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
   ved System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
   ved System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   ved System.Type.GetType(String typeName)
   ved Sdl.ProjectApi.Implementation.Util.DeserializationBinder.BindToType(String assemblyName, String typeName)
   ved System.Runtime.Serialization.Formatters.Soap.ObjectReader.Bind(String assemblyString, String typeString)
   ved System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessGetType(String value, String xmlKey, String& assemblyString)
   ved System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessType(ParseRecord pr, ParseRecord objectPr)
   ved System.Runtime.Serialization.Formatters.Soap.SoapHandler.ProcessAttributes(ParseRecord pr, ParseRecord objectPr)
   ved System.Runtime.Serialization.Formatters.Soap.SoapHandler.StartChildren()
   ved System.Runtime.Serialization.Formatters.Soap.SoapParser.ParseXml()
   ved System.Runtime.Serialization.Formatters.Soap.SoapParser.Run()
   ved System.Runtime.Serialization.Formatters.Soap.ObjectReader.Deserialize(HeaderHandler handler, ISerParser serParser)
   ved System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize(Stream serializationStream, HeaderHandler handler)
   ved Sdl.ProjectApi.Implementation.Util.DeserializeException(String s)
   ved Sdl.ProjectApi.Implementation.Xml.ExecutionMessage.get_Exception()
   ved Sdl.ProjectApi.Implementation.ExecutionMessage.get_Exception()
   ved Sdl.TranslationStudio.Common.Tasks.ExecutionMessagesControl.AddMessage(IExecutionMessage message, String fileName)
   ved Sdl.TranslationStudio.Common.Tasks.ExecutionMessagesControl.AddMessages(IEnumerable`1 messages, String fileName)
   ved Sdl.TranslationStudio.Common.Tasks.TaskExecutionMessagesControl.AddMessages()
   ved Sdl.TranslationStudio.Common.Tasks.TaskExecutionMessagesControl.set_ScheduledTask(IScheduledTask value)
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTaskDetailsControl.FillMessages()
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTaskDetailsControl.FillData()
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTaskDetailsControl.set_ScheduledTask(IScheduledTask value)
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTaskDetailsDialog.set_ScheduledTask(IScheduledTask value)
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTasksResultsControl.ShowResults()
   ved Sdl.TranslationStudio.Common.Tasks.ScheduledTasksResultsControl._showResultsButton_Click(Object sender, EventArgs e)
   ved System.Windows.Forms.Control.OnClick(EventArgs e)
   ved System.Windows.Forms.Button.OnClick(EventArgs e)
   ved System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   ved System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   ved System.Windows.Forms.Control.WndProc(Message& m)
   ved System.Windows.Forms.ButtonBase.WndProc(Message& m)
   ved System.Windows.Forms.Button.WndProc(Message& m)
   ved System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   ved System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   ved System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)]]></StackTrace>
  </Exception>
  <Environment>
    <ProductName>SDL Trados Studio</ProductName>
    <ProductVersion>14.0.0.0</ProductVersion>
    <EntryAssemblyFileVersion>14.1.6329.7</EntryAssemblyFileVersion>
    <OperatingSystem>Microsoft Windows 10 Pro</OperatingSystem>
    <ServicePack>NULL</ServicePack>
    <OperatingSystemLanguage>1044</OperatingSystemLanguage>
    <CodePage>1252</CodePage>
    <LoggedOnUser>DESKTOP-CB8MVR4\Rannveig</LoggedOnUser>
    <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
    <ComputerName>DESKTOP-CB8MVR4</ComputerName>
    <ConnectedToNetwork>True</ConnectedToNetwork>
    <PhysicalMemory>33415732 MB</PhysicalMemory>
  </Environment>
</SDLErrorDetails>

--