I have a problem using Linq To Xml.
A simple code. I have this XML:
For me I solved it like that because I didn't had a namespace in my XML:
xmldoc.Root.Elements("contact");
I forgot to use the "Root" method.