Could not load file or assembly Newtonsoft.Json
Content
I have a workspace add-in that is calling an external Rest API. I used Newtonsoft.Json to parse response message back. Everything works until I load the add-in to the Service Cloud, then when I debug, I get the error:
"Could not load file or assembly Newtonsoft.Json, Version=11.0.0.0"
Any ideas why this is not loading?
0