JIT compilation is disabled for non-Legacy projects. Uipath Studio

Hi,
I am trying to run a studio project .json which I have modified but I get the following errors while trying to invoke the Main_Process workflow in which I have the whole process flow.

I 've got the UiPath Studio version 2025.0.157

Moreover, if I try to open a different project I get the following popup:

I’ve been looking for some solutions to this issue and I’ve found that it is an issue of the latest versions of the UiPath Studio that it does not support the Windows-Legacy projects anymore.
For this reason, if you open an existing Windows Legacy project it only gives the option to convert the project to Windows projects, just like the popup mentioned.

Some people have been able to solve their error by updating all packages to the latest version but I still get the error “JIT compilation is disabled for non-Legacy projects.” when I try to run the workflow.
All the packages have been updated:

I have a lot of RPA’s so changing the workflow or copy-pasting the flow to the Windows Project would be my latest option since there are many RPA’s and it would be too much work.
Is there any simple solution that I could apply to the UiPath Studio without the need to apply modifications to the RPAs individually?

Thankyou very much :slight_smile:

Nona

I have tried to convert to Windows a different workflow by creating a new project.

When I try to run the workflow I am getting this error:

I don’t know how can I get over this error :frowning: Could someone help me please?
Thanks!

@nona ,

This link old uiapth studio version. Befero uninstal current uiapth studio after intstal that: :slight_smile:

https://www.mediafire.com/file/ieife2b50ltnb2q/Uipath_Setup.zip/file

@nona,

Follow this approach

  1. Close the project from Studio
  2. Open Project.json file of your project in notepad or any available text editor
  3. Update UiPath.System.Activities version to latest possible version

  1. Save the project.json file and close.
  2. Open the project with Studio and try to convert it to Windows compatibility.

Hi @ashokkarale,
I’ve tried to follow your solution.
I’ve changed the UiPath.System.Activities version to 24.10.6 as seen in your image in the notepad.

I’ve saved the Notepad.
But when I convert the project to Windows compatibility I still get this errors:


It’s like the flow invoked called Main_Process keeps getting errors.

When I try to run the flow I get the same errors:

Do you have any other recomendations?

Thank you for your time :slight_smile:

@nona ,

Can you please share a legacy project that has this issue with me via DM?

Thank you

Hi @nona

This might be a wild guess, but I noticed different double quotations in the error message above:

Could you give it a test by:

  • first replacing all quotations in your legacy project to this one "
  • trying to convert the project again