I had this issue with 7.4.3, there is a conflict with the newtonsoft.json version included in this package which overwrites the one that's already in your bin folder.
To get round this I edited the package manually.
Download the latest zip version of the package
Unzip it
edit package.xml
delete the following section and save the changes
Remove the Newtonsoft.Json.dll from the package
Zip the file backup
Install, should now work and use already installed version of Newtonsoft.Json.dll
Not working with Umbraco 7.2.4
Hi,
Great package, but Not working with Umbraco 7.2.4
Thanks
Hi Alex,
I had this issue with 7.4.3, there is a conflict with the newtonsoft.json version included in this package which overwrites the one that's already in your bin folder.
To get round this I edited the package manually.
Cheers, Mike
Thanks Mike
is working on a reply...