You are viewing limited content. For full access, please sign in.

Question

Question

Is there a way to update the dll, Newtonsoft.json from 11.0.0.0 to 13.0.0.0?

asked on September 19, 2023

I would be good to update the Newtonsoft.json because the current version used, 11.0.0.0, has the following warning:

  • This package has at least one vulnerability with high severity. It may lead to specific problems in your project. Try updating the package version.

Details

 

If upgraded, then I could use a Workflow script that references the OneSpanSDK.dll, which references the Newtonsoft.json dll.
​​​​​​​
Currently, I get this error when I run the script:

  • Could not load file or assembly 'Newtonsoft.Json, Version=13.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)

 

0 0

Answer

SELECTED ANSWER
replied on September 19, 2023 Show version history

The more I use Laserfiche the more I find that Laserfiche is amazing!

Laserfiche addressed this in their design - see post:
newtonsoft json reference in a workflow SDK script - Laserfiche Answers

 

0 0

Replies

replied on September 19, 2023

Chuck, from what you said, OneSpan uses that file. You should probably contact them to find out if using a newer file version will break anything.

0 0
replied on September 19, 2023 Show version history

Thanks Blake...

It probably should be updated because of the security issue but in the meantime do you know of a way to of keeping the current version but referencing the new version?  (I can compile & even run the script while I'm in the script editor but when called as a workflow, it errors out).

Thanks

I should have mentioned that OneSpan is requiring the newer version.

You are not allowed to follow up in this post.

Sign in to reply to this post.