Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe?
Is there any way to make XSDObjectGen.exe work in dot net 2.0?
|
|
|
As an alternative, there's Xsd2Code. Some features:
|
|||||||||||
|
|
Looks like you can use it with VS2005 at least (according to this article, anyway) Just add it to your External Tools collection of VS2005 under "Tools>>External Tools...". Set your parameters as the following
It does appear that XSD and XSDObjectGen will yield different classes. In fact, comments in this Rick Strahl article say "they yield very different classes" in the article here. |
|||
|
|
|
The difference is:
To give you some idea, here is a summary feature list for
For more details on these features see the XSDObjectGen.doc documentation file (available in |
|||
|
|
|
At a purely technical level: XSD.exe uses If you're using .NET 2.0 and above using XSD2Code is most preferred. |
|||
|
|