I made an application before rc2, and to migrate it I have this error
XmlTextWriter xtw = new XmlTextWriter(xmlPathFactura, Encoding.UTF8)
the error says
the type or namespace name 'XmlTextWriter' could not be found(are you missing a using directive or an assembly reference?)