the UiPath studio automatically updated to the new version 2025.0.161 when i open the workflow that i was working on i found all activities as Showen
how i can fix this problem
the UiPath studio automatically updated to the new version 2025.0.161 when i open the workflow that i was working on i found all activities as Showen
I guess it is a dependency issue. Please go to Manage Packages and Update all packages
i don’t think that it is dependences i even couldn’t open any invoked workflow i can’t find the open button
Can you show the dependencies from project panel?
Looks like you got runtime dependencies instead of full package.
Replace any package in your project with name contains runtime
word with full version.
Refer this article for more details on this
Please update UiPath.System.Activities
to the latest version by keeping rule as Lowest As Applicable
. This should solve the issue.
If you converted .nupkg
to .zip
then runtimes packages will be installed, change it with full version
Hope it helps!!
Please download UiPath.System.Activities
dependency from Manage Packages and change the UiPath.UIAutomation.Activities
package from run time version to full version.
Hope it helps!!
Yes, last dependency UI automation. Remove it from the package manager and install it again like I explained in the article.
Thanks Brother your support is amazing as always
Thanks, for your efforts and support
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.