Hello everyone !
I am not able to find xmlwriter namespace. What may be the reason ?
I have already import it
refer to the post above, as we extended.
Maybe you can tell us more about what you want to achieve
I want to create XML using XmlWriter.
I used XmlWriter in my previous process, it worked perfectly fine but i am not able to find xmlWriter in this process. I don’t know what happened !
depending on the case, but a good option was working with LINQ supports from XML like XDocument, XElement…
Or
writer = XmlWriter.Create("data.xml", settings);
more also you can find on the shared docu