Try changing the defultproxy setting in the uirobot.exe.config file as follows:
<system.net>
<defaultProxy useDefaultCredentials="true" >
</defaultProxy>
</system.net>
It seemed to resolve the issue in our environment.
Cheers
David
Try changing the defultproxy setting in the uirobot.exe.config file as follows:
<system.net>
<defaultProxy useDefaultCredentials="true" >
</defaultProxy>
</system.net>
It seemed to resolve the issue in our environment.
Cheers
David