True that the Console call doesn't need to be there;
I added System.Core to my references and it did not help. I tried adding Imports System.Core but it doesn't see it.
I added Imports System.LINQ and the first error went away. What is the difference between System.XML.LINQ and System.LINQ? Shouldn't I stick with System.XML.LINQ?
Thanks,