I'm trying to use Microsoft's Dynamics CRM API helper code to connect to an Azure CRM instance and query some entities. The code is in package Microsoft.Crm.Sdk.Samples.HelperCode
.
However, the helper code provided by Microsoft fails to compile.
Here are the errors:
Has anyone managed to solve this problem?