Could not load file or assembly ‘ABCD.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a6a250603368f7aa’ or one of its dependencies. The system cannot find the file specified.’ An error when try to run a workflow or a plugin in Dynamics CRM. This usually happens when … Read More
Workflow
Dynamics 365 call workflow from c# (in code)
Let’s suppose you have a requirement to run a workflow on several records, so rather than going through selecting multiple records and running workflows, we can do this by calling workflow in code Below is a sample code where we … Read More
Tags: Dynamics 365, Workflow
Simple tutorial to create Xaml Workflow in Visual studio 2013
Create a simple Workflow console application using Xaml Workflow Go to new project in Visual Studio 2013 and select Installed>Templates>Visual C#>Workflow>Workflow Console Application Give it a name “WindowsWorkflow.ConsoleApp” Delete Workflow1.xaml file as we will be adding a new file Right … Read More
Tags: indows Workflow, Workflow, Workflow xaml