Robot error fix for " The Type 'OutArgument:(ui:QueueItem)' of property 'TransactionItem' could not be resolved."
When Robot starts processing, mentioned error is thrown.
If error is thrown, ensure the following configuration files are pointing to the correct location:
- C:\Program Files\UiPath\Studio\NuGet.config (the below values are an example):
- <add key="LocalX" value="C:\nugetNews" />
- C:\Program Files\UiPath\Studio\uipath.config (the below values are an example):
- <add key="packagesInstallationFolder" value="C:\nugetNew" />
After modifying the 2 values, a restart of the Robot services is necessary.