0

I want to convert one XSD file into c# class. So I have use this command on prompt command windows:

xsd myxsdFile.xsd / classes

I have below error message. How can I fixed it?

enter image description here

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
bircastri
  • 2,169
  • 13
  • 50
  • 119
  • Have you looked at posts http://stackoverflow.com/questions/5217665/how-to-generate-net-4-0-classes-from-xsd and MSDN entry https://msdn.microsoft.com/en-us/library/5s2x1sy7%28v=vs.110%29.aspx Can you post an excerpt / example of your XSD? – Yves Schelpe Nov 04 '15 at 11:47
  • Does your XML schema have references to toher XSD files using the '' element? You might need to download /add these additional schema files as well and make sure that the paths reference it in the import elements... – Yves Schelpe Nov 04 '15 at 11:50
  • Possible duplicate of [using xsd.exe to generate c# files, getting error and warnings](http://stackoverflow.com/questions/4491619/using-xsd-exe-to-generate-c-sharp-files-getting-error-and-warnings) – Yves Schelpe Nov 04 '15 at 11:50

0 Answers0