I have read the familiar topic in the forum but didn’t find an useful answer, do you have any idea?
(All the packages are updated to the latest version, and I have checked the project.json file and found nothing odd.)
Thanks!
before you run the bot validate the XAML File bcz either the dependency Package is not added or the updated package is not supporting the previous package activity.
I don’t use Orchestrator, there’s only studio and robot on the computer.
And I have checked ‘project.json’, <C:\Program Files(x86)\UiPath\Studio\Packages>, <C:\Users"UserName"\AppData\Local\UiPath\Activities>, the version of packages are all same.
Thanks, @byuli! By following your suggestion and editing Nuget.config in the Robot-only machine I was able to avoid the error I was having ie. custom package not being recognized by Robot and Robot issued an error “Cannot create unknown type”.
I read several posts and explored different alternatives but this was the one that solved it. Thanks again.
Got this error message: #1680 - while executing ‘robot_name’
Error message: Cannot create unknown type of
Re-referenced the custom packages and publish the project again to orchestrator which enables the custom package references back in active/restored as expected. It worked for me.
Apparently the reference got broken in the orchestrator and republish helped my case to re-establish reference to orchestrtor