when debugging a code, I’m getting this error in the “Read Range Workbook” classic activity, VB Windows (Not Legacy), Studio version 23.10.3:
“Read Range Workbook: Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.”
If I publish the code to on prime orchestrator (v 22.4.4) and run from there, it runs well and no error occur.
How could this error be solved?
Thank you in advance for your effort in giving the solution!
Hey @alexbritofa try to install the System.Diagnostics.DiagnosticSource from manage package . Since this is a missing assembly, the first step is to ensure that the required version of System.Diagnostics.DiagnosticSource is available in your project.