Hiya Apologies for the layout of this question, I can't get the code snippet option to work. I've started experimenting with LinQ to XSD (alpha). I've created a C# LinQ to xsd console app. Currently all I want to do is load xml validated against xsd. It all worked fine until I started trying to import schemaLocations in the xsd. Now I get a System.NullReferenceException "object reference not set to an instance of an object". Here's the test schema: targetNamespace="Type" xmlns="Type" xmlns:ins="myNamespace">
Read More...