Hey Guys,
I am currently trying to debug a Plugin in an D365 Customer Engangement Instance (CRM) V1710 (9.1.0.9627). After setting everything with the Plugin Registration Tool I am getting this Error:
"Could not load file or assembly 'Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
packages.config looks like this:
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.4" targetFramework="net452" />
<package id="Microsoft.CrmSdk.Workflow" version="9.0.2.4" targetFramework="net452" />
<package id="Microsoft.IdentityModel" version="6.1.7600.16394" targetFramework="net47" />
</packages>
Any suggestions?







