C#: Using XSD to generate CS file

djbobo

New Member
I'm trying to update an XML to accept a currentYear value. So I added: \[code\]<xsd:element name="currentYear" type="xsd:string"/>\[/code\] to the .xsd file.I then ran xsd and it generated a file. This file is 10x the size of the previous .cs file.Before it was generated with: Runtime Version:4.0.30319.239The new file I generated was using: Runtime Version:4.0.30319.269Would this make a big difference?With the new .cs file I generated I can no longer compile.
 
Back
Top