C# classes corresponding to VDX?

Started by michelleh, June 18, 2010, 09:37:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

michelleh

I'd like to use the .Net XMLSerializer classes to read a VDX file into corresponding C# classes for manipulation then write them back out.  The XSD tool gives errors on the PINX element when I try to do generate classes from a simple VDX file, so that method won't work.  Is there a Microsoft download or SDK somewhere that might have the class definitions?

Thanks

aledlund

The v2010 sdk has the current xml schema available in the documentation set. It's in xml of course.
al