Share via


CRM 2011 Write a Plugin with Early Bound Types

If you want to use early bound types(CrmSvcUtil) in your plugins, you should add the following code in your Plugin project AssemblyInfo.cs.

[assembly: Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute()]