I built a library from UiPath Studio version 24.10, published it to cloud. When trying to install it in another machine with Studio v23.10, the library appears in Orchestrator Tenant section, but got this error “No compatible version with windows projects”
Both library and automation projects are Windows projects. How could I fix this?
@prashant1603765 has given the correct answer here except for mixing up that the library was built on 23.10, cause if so there would be no issue and the problem is the library is built on the higher version. The issue in the .NET Framework version.
I believe the 23 version of studio was on version 6.0 or 7.0 and the 24 is on 8.0 with no option to build on a lower .NET framework version.
This stops libraries or robots built in a .NET 8.0 version to run on lower versions of studio.
In general, do not expect Studio to be forwards compatible (where code written with newer versions works on older ones.)