i'm using xsd tool from console, to make classes from xsd scheme, is there any plugin for vs2010: when i'm changing scheme, classes changes automatically?
Asked
Active
Viewed 1,844 times
1 Answers
0
I'm not aware of a plugin but you could add an External Tool in visual studio to call xsd.exe with the path to the files - see this blog for an intro
See also this question which has some instructions for doing this in vs2005