MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Error - IOException was unhandled in C#

1
Closing Date: 06 December 14
Started on: 06 October 14
When i run below script to write the xml file in C# script. How to solve this error?
XmlWriterSettings settings = new XmlWriterSettings();
settings.Indent = true;
XmlWriter writer = XmlWriter.Create(@"c:\MyXML.xml", settings);
Error - IOException was unhandled in C# - Image 1
When i run below script to write the xml file in C# script. How to solve this error?

XmlWriterSettings settings = new XmlWriterSettings();

settings.Indent = true;

XmlWriter writer = XmlWriter.Create(@"c:\MyXML.xml", settings);

Error - IOException was unhandled in C# - Image 1

This challenge is listed under Development & Implementations Community

Related Posts:

Initiator

Aravinthan
Aravinthan
  Follow

I am passinate about IT & PHP , Let's do it

More posts by: Aravinthan Asokan

Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top