Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ricardo Silva
46
Views
0
Comments
[ardoJSON] Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.
Question
Forge
ardoJSON (O11)
Forge asset by
João Barata
Symptom:
Getting the following error when attempting to use JSON2RecordList:
Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.
Cause
:
Mismatch between the DLL which is deployed and the DLL required for ardoJSON. This can be caused when another JSON processing component (JSON.NET, WebServiceEngine) is included in the same eSpace or one of its dependencies.
Resolution
:
Remove the dependency to the other JSON processing extension
OR
Make sure that the Newtonsoft.Json.dll in your eSpaces running folder is the same which is distributed by ardoJSON (it should be compatible with the other extensions since it is the most recent version at the time of writing).
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...