Using XSD tool

K

Kiran A K

hi,

i tried to generate an xsd file using the "XSD" tool.
i used the following command on the DOS prompt.
xsd Const1.exe

"Const1.exe" is an exe file in the same directory.
however no .xsd file was generated. also no error was reported.
what could be the problem?

regards,
kiran
 
K

Kevin Spencer

Use the following command:

xsd /?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
We got a sick zebra a hat,
you ultimate tuna.
 
M

Michael Nemtsev

Hello Kiran,

Try to specify type from assembly

xsd /T:<type> Const1.exe

KK> i tried to generate an xsd file using the "XSD" tool. i used the
KK> following command on the DOS prompt.
KK>KK> "Const1.exe" is an exe file in the same directory.
KK> however no .xsd file was generated. also no error was reported.
KK> what could be the problem?
KK> regards,
KK> kiran
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
K

Kiran A K

hi michael,

even if i specify type from the assembly,
the command does not work.
i have no idea what's wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top