I have created a workflow using Visual Studio 2015 with Dynamics SDK.
I have successfully published this workflow to Dynamics 365 CRM (online) using the Plugin Registration Tool which was present in the SDK.
When I trigger the process to run I get the error message "Could not load file or assembly 'Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=nuetral, PublicKeyToken=1234' or one of its dependencies. The system cannot find the file specified.
The version of XRM.SDK that I am using in my Visual Studio project is 9.0.0.0.
The version of my Dynamics 365 instance is: Version 1612 (8.2.2.330)
This is my first time creating a workflow, so am a bit lost in terms of potential fixes.
*This post is locked for comments