
Hi all,
I am getting the below Error when i trying to execute the "Custom Workflow".
"An unexpected error occurred from ISV code. (ErrorType = ClientError) Unexpected exception from plug-in (Execute): WBG.AMC.Workspace.Workflows.EDAccess: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified."
Note : I have added SharePoint code to the Custom workflow.
Any suggestion are highly appreciated.
Rregards,
Vishwarath
Hi,
You cannot add external dll in custom plugins/ workflows. You need to use SharePoint REST API to integrate with SharePoint. Refer below sample code-
code.msdn.microsoft.com/SharePoint-Integration-c5f21604
Hope this helps.