Recently i changed my process from windows legacy to window now i’m facing this error at assign activity -->Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation
Assign = Directory.GetFiles(str_AllocationPath,“*.xlsx”,SearchOption.AllDirectories)
1 Like
@Anil_G whats wrong i’m doing here?
Gokul001
(Gokul Balaji)
January 20, 2023, 8:40am
3
Hi @pravin_bindage
Update the Double Quotation in the expression
Directory.GetFiles(str_AllocationPath,"*.xlsx",SearchOption.AllDirectories)
Regards
Gokul
1 Like
Gokul001
(Gokul Balaji)
January 20, 2023, 8:41am
4
Check out this tutorial @pravin_bindage
This topic describes troubleshooting guide regarding conversion from Windows-Legacy project to Windows project as of Dec 2023. Hope this helps those who face these problems.
1 Quick Reference by Error Messages, Situation etc.
Phase
Error message / Situation
Reference
Open project
foobar.xaml: Cannot create unknown type’{clr-Namespace:UiPath.foo.Activities;assembly=UiPath.bar.Activities}ActivityName’.
2.2 Missing Activities package OR 2.3 Missing activity
Development
Unable to set pro…
Regards,
ppr
(Peter Preuss)
January 20, 2023, 8:42am
5
Have a look at the double quotes as
mentioned by:
and explained by (2.7):
This topic describes troubleshooting guide regarding conversion from Windows-Legacy project to Windows project as of Dec 2023. Hope this helps those who face these problems.
1 Quick Reference by Error Messages, Situation etc.
Phase
Error message / Situation
Reference
Open project
foobar.xaml: Cannot create unknown type’{clr-Namespace:UiPath.foo.Activities;assembly=UiPath.bar.Activities}ActivityName’.
2.2 Missing Activities package OR 2.3 Missing activity
Development
Unable to set pro…
system
(system)
Closed
January 23, 2023, 8:43am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.