Getting error when attempting to connect to sharepoint online:
An unexpected error occurred from ISV code. (ErrorType = ClientError) Unexpected exception from plug-in (Execute): foo: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Client, Version=16.1.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
ctx = new ClientContext(siteURL);
ctx.Credentials = new SharePointOnlineCredentials(userName, securePassword);
ctx.RequestTimeout = 5000 * 60 * 10;