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

Plug-in assembly does not contain the required types or assembly content cannot be updated.

Got the below error, while updating the Merged plugin dll in SIT environment. Started comparing the differences between Dev and SIT environments by navigating to Microsoft Dynamics CRM -> Settings -> Customization -> Customize the System -> Plug-in Assemblies. Clicked on the required Plug-in Assembly and started comparing the number of plug-in class files in it. Found that, in the SIT environment have … Continue reading Plug-in assembly does not contain the required types or assembly content cannot be updated.