Getting Error While Debugging the Plugin in dynamics crm 2013

0

I'm getting below error while debugging the plugin.

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Xrm.Sdk.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A).

It is a CRM 2013 online instance.

c#
dynamics-crm-2011
c#-3.0
dynamics-crm
dynamics-crm-2013
asked on Stack Overflow Jul 21, 2014 by Srinivas Hsk • edited May 7, 2015 by Rahul Purush

1 Answer

1

Can you check what version of Microsoft.Xrm.Sdk.Workflow library you have referenced in your project. According to the error message, CRM is looking for the Version=6.0.0.0.

answered on Stack Overflow Jul 21, 2014 by Scorpion

User contributions licensed under CC BY-SA 3.0