Posted 3 December 2020, 11:54 am EST
Hi,
I’m using AR12 with a lot of section reports containing a script and want to move to AR14
The script requires Json so it contains
using Newtonsoft.Json;
In AR12 Designer the preview runs fine and produces a correct report, but doing the same with the AR14 designer throws an exeption:
GrapeCity.ActiveReports.ReportScriptException: Report Script Compile Error on line 7 Error = The type or namespace name ‘Newtonsoft’ could not be found (are you missing a using directive or an assembly reference?) …
Where do I have to place the Newtonsoft.Json.dll? I allready tried the Tools directory without success.
Many thanks for help.
Erich