Snooker Ball
Snooker Ball

Reputation: 95

XmlTextWriter cannot be found after using system.xml

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

Answers (1)

haim770
haim770

Reputation: 49095

In order to use XmlTextWriter you'll also need to add a reference to the System.Xml assembly.

See MSDN

Upvotes: 2

Related Questions