Custom Package not visible in Activities Panel

Dear Forum Members,

I have created a package named “Read_Excel.Activities” in visual studio. I have downloaded the package in UiPath Studio. That package is visible in the Project’s Panel but not visible in Activities Panel.

Project'sPanel

Any one can help.?

@dimple.khurana,

Have you used these libraries in the custom activity component which you have created?

using System.Activities;
using System.ComponentModel;

Also check the Settings in the Package manger, you need to select the path of your custom activity package, then it will be displayed in the activities panel.

Thanks for your response. All of these points are checked but still, package is not visible in the Activities Panel.

Checked on this?

Yes, I have selected the path too. But the issue still persist.