Hi, I recently upgraded to Crm SDK 2013 6.1.
After upgrading the SDK, I tried to generate the Xrm.cs using CrmSvcUtil as mentioned below.
CrmSvcUtil.exe /url:https://<org>.api.crm.dynamics.com/XRMServices/2011/Organization.svc /out:"Xrm.cs" /username:"<username>@<org>.onmicrosoft.com" /password:"<password>" /serviceContextName:"XrmServiceContext"
However, above command returns following error.
"The username is not provided. Specify username in ClientCredentials"
Previously, I was using an older version of the Crm 2013 SDK. It worked fine. Previous version was Crm SDK 2013 6.0.3.
I was googling around and I found many users facing this issue. Below are the links.
http://social.microsoft.com/Forums/en-US/5c0b0367-3267-4bbe-8a25-47ed1b4b2084/crmsvcutil-error-username-is-not-provided?forum=crm
Is there some problem with Crm SDK 2013 v6.1?
Regards, Parth Shah