Need to create class from xsd file

I am trying to run xsd.exe to create vb class. I have to use xsd file which contains include. So I must run multiple .xsd files
Here its code I use:
xsd.exe -c -l:vb C:\Schema\Header.xsd Trailer.xsd CommonTypes.xsd AssociatedConsumerInfo.xsd /out:"C:\VBClass"

Got Error: "Could not find file C:\Schema\Header.xsd"

Any idea what is wrong with this syntax?

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories