Hi
Has anyone managed to successfully use the SharePoint Client Object Model (Microsoft.SharePoint.Client) in Code blocks within Blue Prism? If so, how did you do it?
We keep getting the error "Internal : Could not execute code stage because exception thrown by code stage: The signature is incorrect." whenever we call ClientContext.Load().
Thanks!
A bit late, but might help someone:
If you get this error, check your .dll files, probably you got different versions and this is causing problems. Probably importing another System.dll will solve this problem.