How to convert Windows project into Windows legacy

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 @PALKUMARI_PATEL

Follow these steps

  1. Open your project in UiPath Studio 2022.10.5.
  2. Go to the “Project” tab in the ribbon menu.
  3. Click on the “Settings” button in the “Settings” section.
  4. In the Project Settings window, go to the “Package” tab.
  5. In the “Package Type” dropdown, select “Windows Legacy”.
  6. Click the “Save” button to save the changes.

Thanks!!

2 Likes

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

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

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:

  1. update the project.json as follow


  2. for those workflow with this problem


    I opened them with an editor and removed this

<VisualBasic.Settings>
  <x:Null />
</VisualBasic.Settings>
  1. and performed this replace
System.Private.CoreLib
mscorlib
  1. 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:

  1. Open your project in UiPath Studio.
  2. Go to the Project Panel (bottom left) and click the gear icon :gear: (Project Settings).
  3. Note the Project Type — it’ll say Windows.
  4. Create a new “Windows - Legacy” project:
  • Go to Start → Process → Windows - Legacy.
  • Give it a name and location.
  1. 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.
  1. Re-add dependencies:
  • Go to Manage Packages, and match the dependencies with the original project (note versions).
  1. Fix any namespace errors:
  • Legacy projects use .NET Framework; you might need to fix minor differences in activities or namespaces.
  1. Publish the project:
  • Now you can publish to your Orchestrator 2020.10.3 successfully.