Connect to CRM Online or On-premise using C# SDK

Follow the below Steps, to connect CRM Online or On-Premise using C#, Step 1: Include the below References in your project, you can get the same from Latest SDK. Open SDK and goto the path, SDK –> Bin for the dlls Microsoft.Crm.Sdk.Proxy Microsoft.Xrm.Sdk Step 2: Include the below Framework Assemblies in your project, System.Runtime.Serialization System.ServiceModel Step 3: Finally … Continue reading Connect to CRM Online or On-premise using C# SDK