Visual c# 2010 Express says that XmlDocument is obsolete, will this class be removed in the following versions of c# ?
Visual c# 2010 Express says that XmlDocument is obsolete, will this class be removed
Share
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.
I am using .Net Framework 4.0 in Visual Studion 2010 Ultimate and it is not marked as Obsolete here. Like Habib answer said its
XmlDataDocumentyou might be looking at.Moreover, marking a class as obsolete does not mean that it will immediately be removed from environment. Its just means that a replacement is there and we should use that replacement because obsolete class will be deleted from future releases. If you keep using it, you will have to change your code for future environments.