I have enabled using.System.XML but it cannot find the XmlTextWriter. I saw that this is the using that i need in order to get it. Please help! I am using VS Pro 2013
Asked
Active
Viewed 1,392 times
1 Answers
1
In order to use XmlTextWriter
you'll also need to add a reference to the System.Xml assembly.
See MSDN

haim770
- 48,394
- 7
- 105
- 133
-
1Ma kore haim? I mentioned that i used the system.xml. However, after manually writing it with case sensitive letters it recognized it. Thanks – Snooker Ball Aug 03 '14 at 08:35
-
Hakol Tov. You only mentioned adding `using System.Xml` **namespace**, did you also add a reference to the **assembly**? – haim770 Aug 03 '14 at 08:36
-
yes i did but isn't it the same? it doesnt matter it works now. :) – Snooker Ball Aug 03 '14 at 08:37