I'm trying to write an Xml program on Visual Studio 2017 and have error on:
using System.Xml;
...
XmlWriter.Create("C:\\myxmlfile.xml", settings);
With this message: The type name 'Create' doesn't exist in the type XmlWriter.
I suspect that incomplete installation (which unfortunately didn't fixed yet) of my Visual Studio caused this problem. How can I fix it?