Hi House,
Been Trying to create an Xrm.cs file for the first time, I run the following line of command and no file was created.
Can any one explain why i have this ...and what i need to do in other to successfully create the said file and proceed with my work.
Thanks alot...
G:\sdk\Bin>CrmSvcUtil.exe/codeCustomization:"Microsoft.Xrm.Client.CodeGeneration.CodeCustomization, Microsoft.Xrm.Client.CodeGeneration"/out:Xrm.cs /url:lab-svr/.../Organization.svc /domain:LAB /username:Administrator /password:Wisdom@B /namespace:Xrm /serviceContextName:XrmServiceContext
CrmSvcUtil : CRM Service Utility [Version 7.1.0001.3108]
c 2015 Microsoft Corporation. All rights reserved.
Options:
/nologo
Suppresses the banner.
/language:<language>
The language to use for the generated proxy code. This can be either 'CS' or 'VB'. The default language is 'CS'. Short form is '/l:'.
/url:<url>
A url or path to the SDK endpoint to contact for metadata.
/out:<filename>
The filename for the generated proxy code. Short form is '/o:'.
/namespace:<namespace>
The namespace for the generated proxy code. The default namespace is the global namespace. Short form is '/n:'.
/username:<username>
Username to use when connecting to the server for authentication. Short form is '/u:'.
/password:<password>
Password to use when connecting to the server for authentication. Short form is '/p:'.
/domain:<domain>
Domain to authenticate against when connecting to the server. Short form is '/d:'.
/serviceContextName:<service context name>
The name for the generated service context. If a value is passed in, it will be used for the Service Context. If not, no Service Context will be generated
/help
Show this usage message. Short form is '/?'.
/generateActions
Generate wrapper classes for custom actions Short form is '/a'.
/deviceid:<deviceid>
Device ID to use when connecting to the online server for authentication. Short form is '/di:'.
/devicepassword:<devicepassword>
Device Password to use when connecting to the online server for authentication. Short form is '/dp:'.
Example:
CrmSvcUtil.exe /url:localhost/.../Organization.svc /out:GeneratedCode.cs
G:\sdk\Bin>
Kind Regards.
*This post is locked for comments
I have the same question (0)