Hi Anjani,
I have a few questions:
1. Could you post the complete list of Namespace Imports that are in that VBO?
2. What version of Blue Prism are you using?
3. Have you changed/updated the Newtonsoft.Json.dll file in your Blue Prism program folder?
I am surprised to see an error about XML as this VBO does not do anything with XML. I tried to duplicate this error by downloading the asset, placing the OAuthBase.dll file, and importing the VBO, but I have no compilation errors like that. For reference, I am on v6.9.
My first suggestion would be to remove the VBO and re-download and re-import it new again.
If you were to address the error message directly: It implies that you should add "System.Xml.dll" to the list of External References. And maybe "System.Xml" and "System.Xml.Serialization" to the list of Namespace Imports. However, I'm not seeing why there would be a need to do that. The only Code Stage is in the "Execute Request" action. There is a call to JsonConvert.SerializeObject() on Line 61, but other than that, I don't see anything in there that is ambiguously referenced in a way that .NET would think it's looking for an XML namespace.
------------------------------
Charles Kovacs
Developer Consultant
Blue Prism
America/Chicago
------------------------------
Charlie Kovacs