I am trying to generate a Cs c# file from an XSD I have. I have tried executing the following command:
D:\>xsd /dataset /language:CS /outputdir:D:\UKBTrunk\SaaS UKB Core Trunk\Shared\d
otNet\BT.SaaS.Core.Shared\BT.SaaS.Core.Shared.Interfaces\SharedContracts\CMPS\Re
sponse getAgreementPlanChangeHistory.xsd
I am getting the error:
Error: invalid command line argument: ‘UKB’.
What am I doing wrong?
The error message gave it away; the program considers
UKBnot to be a part of the path.Add quotes: