Version conflict between two packages that your project depends on: Microsoft.CodeAnalysis.Common

Hi, Everyone

I’m using Studio 2023.4.0 and have a project with a dependency on [ UiPath.Form.Activities ] 2.0.3 but it’s causing issues due to version conflicts with [ UiPath.System.Activities ] 23.4.1- preview.

Trying to utilize it to configure some things produces an error:
Version conflict detected for Microsoft.CodeAnalysis.Common

Please guide me about it.
Thanks in advance,
Tuan

@Tuannna1

Try downgrading either of them…try with system activities downgrade and that should aolve

Cheers

Hi @Anil_G
Yes, I tried downgrading system activities, but the project I am developing is on [ UiPath.System.Activities ] 23.4.1- preview. I want to find another way. I tried to upgrade package [ UiPath.Form.Activities ] 2.0.3 to the latest version. But I have difficulty with it.

Regards,
Tuan

@Tuannna1

Well there are no much differences …are you facing any errors when you downgrade?

You might see only on for loop most probably

Cheers

@Anil_G
It has an error in Invoke Code activity, I have to revise my code!
In addition, can I ask if the new version of [ UiPath.Form.Activities ] really works, I can’t find any new documentation on it.

Regards,
Tuan

@Tuannna1

2.0.3 as far as today we had no issues as such..as the error suggests basically the versions its looking for is having conflicts, the resolution would be to match each of them with another

And I believe there should not be much changes in your invoke code as well..

Cheers

@Anil_G
Thank you, I think the same as you!

1 Like

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