Can anyone advise why the C# CrmServiceHelper class from the 2011 Dynamics SDK does not compile?
Microsoft.Crm.Services.Utility.DeviceIdManager.LoadOrRegisterDevice();
fails with
Error 1 The type or namespace name 'Services' does not exist in the namespace 'Microsoft.Crm' (are you missing an assembly reference?) C:\....PATH....\crmservicehelpers.cs 384 34 Feedback
Any Ideas?
Thanks,
50cal
C#Microsoft Dynamics
Last Comment
50cal
8/22/2022 - Mon
Todd Gerbert
I'm not familiar with MS Dynamics, but based on the error you need to right-click on your project, choose Add Reference, and add a Dynamics DLL as a reference. Do you have any documentation on what namespaces are in what DLL's?