I just finished converting my windows legacy project to windows version and then this error shows up when i am trying to publish the project. Can anyone help? i can run the project in the UiPath studio but i cannot publish it.
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
(1,1788): error CS0029: Cannot implicitly convert type ‘System.Activities.InArgument’ to ‘System.Activities.OutArgument’
As per error may be one of the arguments is creating an issue..specifically integer type..for now..from loga check which xaml is creating issue and recreate then integer argument and check
It looks like one of your arguments have changed direction.
This error could occur if you are invoking that workflow in another file, and have yet to update arguments.
@canelo_Dazn
Could you please check the invoke workflows activity along with their arguments? It is a known issue that when converting Legacy projects to Windows, the argument values are not passed automatically due to the upgrade of the UiPath Activities version.