how to convert windows to Windows-Legacy project in UiPath
Hey
Please check related post about that
Regards!
There is no conversion liek this directly available…
You need to recreate in window legacy again…if needed
But be aware that windows legacy no more exists from the next release
Any specific reason to convert to legacy?
If a old project is already uploaded in orchestrator you can try getting the files from there
Cheers
I’ve converted a couple of projects back so it’s 100% possible.
Step 1: edit json file framework
Step2: Replace System.Private.CoreLib
Open all xaml files
Most editors have a replace function, notepad press Ctrl + H, search for: System.Private.CoreLib
replace with: mscorlib
That should take care of 99% of ur errors.
If there still is an issue u may need to remove this line.
mva:VisualBasic.Settings=“{x:Null}”
I agree with @kali, it is 100% possible to convert back to legacy when you need.
You can also try the approach in this thread :
Roll Back from Modern to Classic - Help / Studio - UiPath Community Forum