The version of crmsvcutil.exe ("6.0.0000.0809") supplied with Dynamics 2013 SDK v6.02 generates code that is incompatible with the walkthrough examples supplied. The walkthrough Xrm.cs file needs to be generated by version "5.0.9688.583"
of crmsvcutil.exe. How do I submit a bug to Microsoft so they can fix this issue?
Specifically these are the errors given in Visual studio:
Error 1
The best overloaded method match for 'Xrm.XrmServiceContext.XrmServiceContext(Microsoft.Xrm.Sdk.IOrganizationService)' has some invalid arguments
WebForm_CodeBehindDataSource.aspx.cs
11 14 WebAppWalkthrough
Error
2
Argument 1: cannot convert from 'string' to 'Microsoft.Xrm.Sdk.IOrganizationService'
WebForm_CodeBehindDataSource.aspx.cs
11
36
WebAppWalkthrough