I am facing an issue of Project upload to orchestrator. It says invalid package details. Can someone help me to convert Windows project into Windows Legacy ?
FYI- I had this issue before and I wasn’t able to upload projects to Orchestrator.
Can someone provide solution here ? Studio version 2022.10.5 , Orchestrator Version 2020.10.3
Thank You
Hi @Nitya1 I tried that to update .json file from “Windows” to Legacy . Gives below error
Can you provide me these steps with screenshots ? It would be great.
I am not finding package type.
Thanks
ZoeW
(Zoe Wale)
November 8, 2023, 11:53am
5
Hi Nitya,
I do not have the “Package” tab in my project settings, any ideas where I can find this? Running studio 2021.10.10
MaxDT
April 15, 2025, 10:57am
6
Hello everyone, I had the same compatibility issue and I had to convert a project from Windows to Windows Legacy. I solved by following these steps:
update the project.json as follow
for those workflow with this problem
I opened them with an editor and removed this
<VisualBasic.Settings>
<x:Null />
</VisualBasic.Settings>
and performed this replace
System.Private.CoreLib
mscorlib
sometimes I had to remove this
VisualBasic.Settings="{x:Null}"
after these steps I could open the workflows in a Studio legacy project.
I hope this will be helpful to others.
Thank you.
It doesn’t support convert project from Windows to Legacy!
@PALKUMARI_PATEL please follow the below steps
Steps to Convert Windows Project to Windows - Legacy in UiPath Studio 2022.10.5:
Open your project in UiPath Studio .
Go to the Project Panel (bottom left) and click the gear icon (Project Settings).
Note the Project Type — it’ll say Windows
.
Create a new “Windows - Legacy” project :
Go to Start → Process → Windows - Legacy .
Give it a name and location.
Copy the contents :
Copy all .xaml
files, folders (like Framework
, Data
, etc.), and dependencies from your old project into the new “Windows - Legacy” project folder.
Open the new legacy project in Studio.
Re-add dependencies :
Go to Manage Packages , and match the dependencies with the original project (note versions).
Fix any namespace errors :
Legacy projects use .NET Framework; you might need to fix minor differences in activities or namespaces.
Publish the project :
Now you can publish to your Orchestrator 2020.10.3 successfully.