Robot Error " The Type 'OutArgument:(ui:QueueItem)' Of Property 'TransactionItem' Could Not Be Resolved"

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:

  1. C:\Program Files\UiPath\Studio\NuGet.config (the below values are an example):
    • <add key="LocalX" value="C:\nugetNews" />
  2. 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.