We're getting this error after upgrade from 9.9.5 to 9.9.7 and also 9.9.8
Execution error(s): Exception has been thrown by the target of an invocation. Could not load file or assembly 'PDS_Reporting, Version=2.0.2.4449, Culture=neutral, PublicKeyToken=007e4b204253adce' or one of its dependencies. The system cannot find the file specified.
Exception in Task: System.Exception: ExecuteProcess("D:\Program Files (x86)\VisualCron\NETExecute40x86.exe" 133900)->Execution error(s): Exception has been thrown by the target of an invocation. Could not load file or assembly 'PDS_Reporting, Version=2.0.2.4449, Culture=neutral, PublicKeyToken=007e4b204253adce' or one of its dependencies. The system cannot find the file specified.
We currently have hundreds of tasks running on our prod server (9.9.5) that use assembly execute tasks in our main assembly but there is only 1 specific type of task that fails when I upgrade test. A task that creates ActiveReport SectionReport.
We have an active license for GrapeCity.ActiveReports 14.3.21000.
Has anything changed with how VisualCron handles assembly binding?
I suspect it is with the dependencies that are specific to GrapeCity.ActiveReports.SectionReport since I've tested tasks that create ActiveReports that don't use SectionReport just fine.