I have a bot that I have been successfully using for about a month on dozens of different files. After updating to Studio 2022.10.2 I cannot run the bot due to a won’t compile error as follows: Compiler error(s) encountered processing expression “strReportFileFullName”.(2) : error BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IResource’.
Just to clarify the root cause and the proper solution - it is advised to update the activity packages to their latest version.
In this case, the latest activity package solves this issue by allowing you to toggle the required input for this activity between a string path and the IResource input.
Alternatively, you can also get the IResource input by using the Path Exists activity which takes a string path and turns it into a usable IResource in other activities