I am setting up a scheduled task with reports with WebServiceDataSource on the Telerik Report Server for .NET. When I try run the scheduled tasks, I get the following error message when the data source contains JsonPath:
Could not load file or assembly 'JsonPath.Net, Version=2.0.0.0, Culture=neutral, PublicKeyToken=17ed63f672b0e278'. The system cannot find the file specified.
When there is no JsonPath in the WebServiceDataSource, the error is as follows:
Could not load file or assembly 'System.Text.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.