Hi,
I am trying to generate the class file from the .xsd file using XSD.exe. But, I am getting an error as follows
Error generating classes for schema 'C:\Program Files (x86)\Microsoft Visual Studio 12_0\Xml\Schemas\vstst'.- Illegal characters in path.
The command that I have used is very straight forward
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\xsd.exe" "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Xml\Schemas\vstst.xsd" /c /o:"C:\DataFiles\Results\".
Looking forward for a resolution :)
Mamatha