Hi ,
I have downloaded some custom packages i.e, file with nupkg extension from Marketplace.
But it’s having below error when I tried to install those packages in my studio
So, Can anyone help me to extract the custom activity package to xml file?
Hi ,
I have downloaded some custom packages i.e, file with nupkg extension from Marketplace.
But it’s having below error when I tried to install those packages in my studio
So, Can anyone help me to extract the custom activity package to xml file?
Please refer following thread it will help you.
Package - No compatible version with Windows projects - Help / Studio - UiPath Community Forum
Hello @rnahasnahasuddin
.nupkg
file to .zip
.lib
Folder:lib
folder in the extracted contents.Thanks & Cheers!!!
Here after extracting the custom activity , there is no such subfolder representing the activity versions.
Change the Extension:
.nupkg
file to have a .zip
extension. NuGet packages are essentially ZIP archives.Extract the Contents:
Locate Activities and XML Files:
lib
folder, and XML files may be present in other directories.View XML Files:
cheers!