i’m using both
using System.Xml;
using System.Linq;
and there is not XDocument Object exits.
and also there is no
using System.Xml.Linq;
any idea?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to have a reference to System.Xml.Linq, just like you would need in Visual Studio.
I think .Net 4.0 projects in Visual Studio come with that dll referenced by default, and MonoDevelop doesn’t.