@LB-Bemi wrote:
When I try to run my workflow I get these “validation errors”:
- ‘JObject’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’.
- ‘JArray’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’.
The workflow does not show any validation errors before I try to run it.My guess is that because I have several different packages dependent on different versions of Newtonsoft.Json, Uipath thinks JObject and JArray are ambiguous, but what do I do about it?
I saw that
" Invoke workflow file: Error compiling code error BC30560: ‘JTokenWriter’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’. At line 0"
was similar and was solved with a bug-fix.
Posts: 2
Participants: 1