DynamicsCRMProvider
DynamicsCRMProvider copied to clipboard
Work with CRM 2015
Can this work with the latest version of the Microsoft.CrmSdk.CoreAssemblies? I get an error when trying to install the nuget package. I am trying to use this with Dynamics CRM 2015.
Technically it is possible, but nobody tried it before. To make it work you need to recompile the project with new dependencies.
@jeremyhoughton I can confirm it will work with CRM2013 if you clone the repository and change all of the CRM sdk dll's to the 2013 ones.
I will try with CRM 2015 and 2016 once I get a chance.
So I guess to use this with the newest Version of Dynamics 365 CRM 9.1 I would need to update the dependencies and just try it?
@Angr1st or just try it first, it may be backward compatible Also you may want to try this - https://github.com/fsprojects/DynamicsCRMProvider/issues/11#issuecomment-342688259