In the past, I have used XSD.exe to create c# classes from an xsd. Today, I added an XSD to VS.NET 2008 SP1 and it automatically generated a dataset from my xsd, slick but I don’t want a dataset. Is there a way to have vs.net automatically execute xsd.exe each time I modify my xsd.
Share
I believe your best bet would be to run xsd.exe as a pre-build event, and setting the build action for your XSD to ‘None’.