'How can I upgrade newtonsoft in outsystems 10
I'm trying to upgrade outsystems eSpaces from version 9 to 10 and I'm facing this error:
Internal Error
Compilation Error. bin\OutSystems.RESTService.Runtime.dll: error CS1705: Assembly 'OutSystems.RESTService.Runtime, Version=10.0.1115.0, Culture=neutral, PublicKeyToken=null' uses 'Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' which has a higher version than referenced assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' bin\Newtonsoft.Json.dll: (Location of symbol related to previous error)
Could anyone please help me with this
Solution 1:[1]
For those who may be facing the same error, I solved publishing system components.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user1211043 |
