c# - recreate existing cs file with changes made in .xsd -


i tried using 'xsd/dataset.xsd/classess' command in developer tool vs2012 not generate cs file . did add 3 columns dataset.xsd using designer , trying updated cs file auto generated code. encountered invalid command line arugument: 'dataset.xsd/classes' in developer tool.

![command tool result][1]

building project generate classes after you've made changes in .xsd file. or believe command

xsd c:\<path>\dataset.xsd /classes 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -