I have a class called root, which describes an XML data structure that I read from a disk file into a stream.
All works OK, but this line Dim xSerializer As New XmlSerializer(GetType(root)) produces two consecutive System.IO.FileNotFoundException errors. This doesn't cause any problems at all, but I'm interested in why this occurs and what the fix is. _____ Ian Thomas Victoria Park, Western Australia
