Generate Early Bound Types
Run the CrmSvcUtil.exe tool, with the Microsoft.Xrm.Client.CodeGeneration extension, to generate your entity classes and service contexts. Note that the Microsoft.Xrm.Client.CodeGeneration.dll file must be in the same directory as the CrmSvcUtil.exe file, or in the system global assembly cache, when you run this command.
Command:
CrmSvcUtil.exe
/codeCustomization:"Microsoft.Xrm.Client.CodeGeneration.CodeCustomization,
Microsoft.Xrm.Client.CodeGeneration" /out:Xrm\Xrm.cs
/url:http://Crm/Contoso/XRMServices/2011/Organization.svc /domain:CONTOSO
/username:administrator /password:pass@word1 /namespace:Xrm
/serviceContextName:XrmServiceContext
No comments:
Post a Comment