1

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Snooker Ball
  • 85
  • 1
  • 2
  • 10

1 Answers1

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
  • 1
    Ma 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