Hi,
I accidentally upgraded the UiAutomation dependency to version 25 in one of my production-grade projects. Since then, I’ve been encountering the following error & not able to execute my process:
Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=’. The system cannot find the file specified.
Unfortunately, I’m unable to downgrade the package because certain activities in the workflow depend on the Healing Agent, which is supported only in newer versions.
Hi need help,
I accidentally upgraded the UiAutomation dependency to version 25 in one of my production-grade projects. Since then, I’ve been encountering the following error & not able to execute my process:
Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=’. The system cannot find the file specified.
Unfortunately, I’m unable to downgrade the package because certain activities in the workflow depend on the Healing Agent, which is supported only in newer versions.
the error happens because uiautomation 25 requires .net 8 assemblies that might be missing. to fix it, update your robot, studio, and .net runtime to versions that support .net 8. if you can’t downgrade because of healing agent.