Anybody has a copy MS Dynamics CRM .lpx Driver - pre 1.5?
Does anybody have a copy of a previous version of CRM WebAPI driver (.lpx file)?
The latest (1.5) started giving me error recently, regardless of dCRM version (8.2, 9.0)
I tried to compile the driver myself, but ran into a series of issues (last one - it wants Microsoft.OData.Edm.Annotations and a few other Microsoft.OData.Edm.* namespaces, which I can't find anywhere), so I'm stuck.
The latest (1.5) started giving me error recently, regardless of dCRM version (8.2, 9.0)
I tried to compile the driver myself, but ran into a series of issues (last one - it wants Microsoft.OData.Edm.Annotations and a few other Microsoft.OData.Edm.* namespaces, which I can't find anywhere), so I'm stuck.
Comments
You can get this DLL via NuGet: https://www.nuget.org/packages/Microsoft.OData.Edm/
To see the namespaces available in a given DLL, run the below code (amending the path to the DLL as required):
For Microsoft.OData.Edm.dll we get: