Xml representation of Typed DataSet.

How can I see the xml representation of myDataSet.xsd file?

Thanks

[354 byte] By [JobLot] at [2007-12-16]
# 1
Hi,
Try right click on the file and choose "Open With" Just select the appropriate program to open your xsd file.

cheers,
Paul June A. Domag

PaulDomag at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

so, there's no way to view it in IDE

JobLot at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
Hi,
What I meant was in the IDE itself. Right click the file in the Solution Explorer...
In the "open with" list of programs, I tried using XML Editor and It just opened in the IDE...
cheers,
Paul June A. Domag
PaulDomag at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4
Of course you can. Visual Studio supports XSD format and there is also a XSD Designer included in Visual Studio.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 5

Thanks

JobLot at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...