Monday, 8 July 2013


XSD Utility




.NET command utility provide the XSD.EXE utility. Use of the XSD.EXE, we can create .NET classes.


  1. Place the XSD (Schema) file in the any folder of the C drive
  1. Now for generating the classes from the XSD file, open the command prompt of the Microsoft visual studio 2008 from the start -> All Programs - > Microsoft visual studio 2008 -> Visual studio Tools -> visual studio 2008 command prompt
  1. Change directory in the command prompt to the folder where the XSD file placed. (upto folder path)
  2. Then type the XSD.EXE [Name of the XSD file].XSD /C in the command prompt.
  3. Class file is generated for that XSD file in the same folder, now u can use it.



Links to refer:

No comments:

Post a Comment