Hi everyone,
I’m having problems in my automation in the step “Write text file” after updating my windows legacy project to windows project and now my automation doesn’t working.
When I run my automation the log show the following 2 errors:
“AFP_Reader.lectura_pdf.xaml: Compiler errors encountered while processing expression ““C:\Users\Administrator\Desktop\PDF PREVIRED\PDFDemo.txt””.(2): Error BC30512: Option Strict On does not allow conversions made from ‘String’ to ‘ILocalResource’.”
“AFP_Reader.lectura_pdf.xaml: The following overload groups have been configured: File, FileName. Only one group of overloads should have arguments set.”
I have all my packages updated.
And the step with the problem is in Write a text File:
Hi Yoichi!
Thanks for your support! After set empty activity properties, the log show me a error message “Empty file path”. And then, I created a variable with the path inside, because before i’m not using a variable to set the path, instead, I used only the path as file name in the activity.
So now its working for me! Thank you so much!!