I'm writing a project using VB.NET 1.1. I have an XML file that I serialized from an object that I want to validate against an XML Schema file. All the examples that I can find are using objects that came in later versions of .NET so aren't relevant for 1.1.
Does anyone know how to validate against an xml schema in 1.1?
