Nuget Package is not shown in Activities Tab

search for the activity multiply

namespace Akshay.Myactivity
{
public sealed class Test: CodeActivity
{

Like above Myactivity will be shown as a category in activities pane and Test will be the activity name.

1 Like

@Divyashreem No Result4

can you plz share the screen shot of your visual studio which contains Namespace name and sealed class name.?

if your MyPackage1, MyPackage21 are for same activity please uninstall them before you search.
close Uipath and reopen then search for the activity…

please search for the activity Nuget Add

@manish110

Withing a Nuget category.

@Divyashreem @aksh1yadav I tried this also but it didn’t work.

Build option should be ‘ANY CPU’.

I tried all possible way for installing Nuget Package in UiPath’s Activities pane but my issue is not resolved.

Your NuGet Package must contain the keyword “Activities” in it`s Id in order for it to appear in UiPath Studio Packages Manager.

1 Like

@aksh1yadav yes sir. i know

Activity created??

Can i see your C# code??

You need to add reference System.ComponentModel;

1 Like

Not yet

okay i’ll again check by adding this activity.

Yes true today saw ur image. missing using System.ComponentModel;
@MahalingPatil :+1:

what was the conclusion. Were you able to see activity.