i am trying to create custom activity from visual studio code. i am trying to add system.activities.dll to inherit code activity class. I am not able add the dll.
Kindly please help me with the issue.
Thanks…!!
i am trying to create custom activity from visual studio code. i am trying to add system.activities.dll to inherit code activity class. I am not able add the dll.
Kindly please help me with the issue.
Thanks…!!
Yes. But I am not able to add the reference
Hi
this will tell you how to add the external assembly dll
Cheers @SanthoshKumar876
Download the System.Activities DLL from here, it fixed it for me:
Is there any trusted source available?
This was the best I could find
It is under your .NETFramework folder.
E.g. C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework<Your framework version>
Correct, if it has been installed.
I had this problem of not finding the System.Activities just now and I got a response from UiPath support that the dll to use could exist here: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Activities
This helped me