i have completed an automation and tried to copy the project to another PC all is fine except of one sequence as shown.
i have changed nothing at all just copy and past. also this is the code inside the assigne activity.
(From r1 In GlobalVariablesNamespace.GlobalVariables.dtDataTable1.AsEnumerable()
Join r2 In GlobalVariablesNamespace.GlobalVariables.dtDataTable2.AsEnumerable()
On r1(“Company”).ToString() Equals r2(“Code”).ToString()
Select r2.Field(Of String)(“Company Name”)).FirstOrDefault()
the automation work normally at the first PC but once i copied it this is the problem.