Hallo,
I have used the xsd.exe tool a year ago (version 1.1.4322.2032) to generate
a vb class to serialize xml.
All string enums in the xml are availible in the vb code as strings.
If I use the same tool today the code is different to that a year ago -
especially the enums
are different.
Now I get Integer values for enums which are strings. I have to use
.ToString to get the string value.
Why ist that different?
regards