Library built from UiPath Studio got error "No compatible version with windows projects"

Hi,

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?

can you share with us the Project.json file from the custom library project?

Here it is
project - Copy.json (4.1 KB)

we checked:
grafik
grafik

So at the next step we recommend:

check if the Package is uploaded at the Libraries section
The image shows a highlighted "Libraries" option in the "Packages" section of a platform's navigation menu. (Captioned by AI)

And also check at the Package Manager:

1 Like

@tranthao240495

Cause: The library was created in UiPath Studio v23.10, causing a version compatibility issue because libraries are not backward compatible.

Solution: Rebuild the library in UiPath Studio on the target machine to v24.10 to match the library version.

Check below:

@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.)

2 Likes

Thanks @prashant1603765, I rebuilt the library with Studio 23.4.x - the lowest studio version on our machines. The library is now installed.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.