Hi,
Please open the .csproj file from the script directory and look for the reference to “System.Data.OracleClient”.
You need to check whether it is defined and whether it points to the correct location, either in the file system or in GAC.
Most likely, the reference is either missing or points to an incorrect location, and so needs to be added/edited.
Kind regards,