Use 4.8 Project in UiPath

Hello Guys!

I am using a lib which requires a reference to a 4.8 Project. When i try to import it, it says its not compatible with the windows version. I am on the .net6.0 version with my project (modern).

My question is: how can i import that lib. I need it in my other libs, and i cant convert it into a 6.0 project, because the other project that uses the lib (its a shared lib) is on 4.8.
Inside Visual Studio its not a problem to use a 4.8 project inside the 6.0 project. So i am asking is there another way like importing the shared lib as a dll or something, so i can use it? Or can i include the shared lib inside my nuget package, so it doesnt need to be referenced in my UiPath project itself?

With best regards,
Martin!

@martin.rauter

Is there any supported .net 6 version of it?

If not check what it is in the manage packages and download the relavent version

Cheers

Hello!

Its not possible to use a newer version, because the shared library is also used for an outlook addin, and they only support up to 4.8. Its an inhouse package for an inhouse addin.
The project itself does not have a problem referencing it, but UiPath wont accept the nuget package.

Cheers!

@martin.rauter

If possible try to recompile it with the new activity creator package

Cheers

Hello guys,
after looking around in the internet, i solved it.
You need to include the projects inside the solution you are referencing when compiling, and add the referenced nuget package seperatly in the UI-Path project.

Good day!

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