Posted on: 4/2/2014 4:31:49 PM | Views : 522

I'm displaying xml file data using an XmlDataSource and GridView.  I works great, but VS throws a ton of warnings because of a missing schema.  I generated a schema (using xsd.exe) and am trying to pair them up.  I've found some examples but they are for web located schemas not local files.  I don't really understand the URI namespace thing so I'm struggling.
XML
<?xml version="1.0" encoding="UTF-8"?> <ListReport Go to the complete details ...