I m doing a console app which is adding data to CRM. So the following assemblies are being used:
1. Microsoft.Xrm.Client(version 7)
2. Microsoft.Xrm.Sdk (version 8.1.0.235)
On run time the following error occures:
Could not load file or assembly
'Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
or one of its dependencies. The system cannot find the file specified.
I have tried but couldn't find Microsoft.Xrm.Client's latest version.
Please guide how I can resolve it.
*This post is locked for comments
I have the same question (0)