0

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?

eba
  • 673
  • 2
  • 11
  • 22

1 Answers1

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

Community
  • 1
  • 1
Richard
  • 1,804
  • 16
  • 22