Pre-Installation Steps:
- Open
Website\Web.config
- Find the following snippet:
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly> - Update range:
oldVersion <c/code> to "0.0.0.0-11.0.0.0". It should look like this:
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly> - Save
Web.config
.
Now you can install the new version of the Smartling connector.
If you installed the connector and see the following error when trying to submit any item, review that change in Web.config to make sure it's correct, and was saved.