Reputation: 95
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
Upvotes: 1
Views: 1644
Reputation: 49095
In order to use XmlTextWriter you'll also need to add a reference to the System.Xml assembly.
XmlTextWriter
See MSDN
Upvotes: 2