Monday, October 5, 2020

Error detecting project version in Uipath

  If you get the "Error detecting project version error" in UIpath studio installed machine or UiPath Robot installed machine, Kindly follow the below steps to resolve.


Reason of the issue:- 

1. Publishing uipath studio version and Uipath Robot version might be different.

- Open the project.Json file of the project from the project folder and open Project.Json file from the old project folder or previous published folder.

- From the new Project.json file.



- From the Old Project.Json file

Copy the particular script from the old project.json file and replace in the new project.json file. if you publish again from the new version of the studio it will again replace with new project version details in the project.json file. so we should not publish from the Studio. I would recommend new way to create the nupkg packages(Without using Studio). please see below.

- Open cmd prompt enter CD "C:\Program file(86)\UiPath\studio"
 "UiRobot -pack "xxxxx\project folder\Project.Json" -o "xxxxx\Output folder name" -v 1111.1111.1111"

4 comments:

The project has Workflow Analyzer errors and cannot be published. Check global publishing settings allowed by your team uipath

 The project has Workflow Analyzer errors and cannot be published. Check global publishing settings allowed by your team uipath When we have...