Error message: Cannot create unknown type

Hi Team,

I’ve created an automation in that used GetFileList Activity.

I am able to run it from the Studio but when I tries to run it from Uipath Robot from windows tray menu it is throwing below error.

Error Message :
---------------------------
UiPath Robot Tray
---------------------------
**An error appeared while executing CGF-Supplier_Rec_Process **

Error message: Cannot create unknown type ‘{clr-namespace:GetFileList;assembly=GetFileList}GetFileList’.
---------------------------
**OK **
---------------------------

Awaiting reply, thanks in advance.

Regards
Harshit Jain

1 Like

Hi @Harshit_jain

Is the issue resolved for you?

The above error means it is looking for a package which it cannot find.

I just use one liner c# code to do that, and removed the dependency.