add in - Generate XSD from class in Visual Studio -


it nice if, in visual studio 2010, right click .cs class file , see menu option "generate xsd", shortcut call through xsd.exe. generated xsd automatically added project. know of such tool?

you can take here @ site explaining how add external tools way call directly vss.

just remember use right xsd.exe target project .net framework version.

for .net framework 4 use 1 located @ c:\program files (x86)\microsoft sdks\windows\v7.0a\bin\netfx 4.0 tools

i hope helps you.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -