Getting error While merging the code in GitHub Repository. Error : System.IO.FileNotFoundException: Could not load file or assembly 'System.Activities.Presentation.Common Version=6.0.0.0 Culture=neutral PublicKeyToken=null' or one of its dependencies

Description: System.IO.FileNotFoundException: Could not load file or assembly ‘System.Activities.Presentation.Common Version=6.0.0.0 Culture=neutral PublicKeyToken=null’ or one of its dependencies.

Failed in Analyser while Analysing the code in GitHub

@karthik_M_G,

Try deleting nugget packages from the system and reopen the project which will download again all required correct version packages.

%USERPROFILE%\.nuget\packages

The issue occurs when there are incompatible packages.

Thanks For reply

Tried, But didn’t worked

@karthik_M_G

Welcome to the community

which github pack versions are you using? did you try changing them and check?

some screenshots or so might help here

cheers

Facing same issue with System.Activities.Presentation.Common Version.Currently using UiPath Studio 2023.10.3 , do I need to install latest version to resolve this ?

@Arundhati_Chavan,

Try it, because this issue indicates the package is not available on the system

Hi @karthik_M_G,

are you able to succesfully open and run this project on your machine? Does it throw any file missing error then?

Is it only happening during git merge?

if yes, can you try cloning github repo again on your machine in a separate folder, and then copy pasting your files from the current project that you are trying to merge into the newly cloned repo.

Then see if its able to merge?

Regards
Sonali

Can you try to update the Studio to 24.10.9 from here https://download.uipath.com/versions/24.10.9/UiPathStudio.msi and retry?