For some reason i ca´t use this class (XmlSerialazer) on my application on C# silverlight,they jus´t don´t get recognized. I am calling this librarys on my application
using System.Xml; using System.Text; using System.Xml.Serialization; using System.IO; I am pretty sure that all needed library is there, but still the problem why i can´t use this class? I have to install some ohter library?Or re-install Visual Studio? Or maybe look for another way to get the data on the xml file, if yes How? Thank you