Hello.
I have an instance of MS CRM 2011 Rollup 8 and currently cannot update to the newest rollup. My task is to develop some extentions with CRM SDK.
I've got the latest available version of MS CRM SDK 2011 and it seems that this version is incompatible with rollup 8 since I get the following exception thrown by the GetRelatedEntities() method:
The value 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider, Microsoft.Xrm.Client' is not recognized as a valid type or is not of the type 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider'.
I assume that I need an older version of SDK (v 5.0.10 or earlier) but cannot find a way to download it. Neither Download Center nor Nuget provide such outdated dlls.
Would you suggest a solution to me?
Thanks.