I have a script that uses SQLite, in Studio it works normally.
However, when it runs by schedule it fails with the following error: "Could not load file or assembly 'MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the specified file."
The untranslated message is this: "Não foi possível carregar arquivo ou assembly 'MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' ou uma de suas dependências. O sistema não pode encontrar o arquivo especificado".
What can I do to fix this? my script doesn't even use mysql...
------------------------------
João Pedro Alcântara
------------------------------