I have found an answer to this problem with the following code:-
string sXMLFragmentPath = System.Windows.Forms.Application.StartupPath;
string sXMLFragmentTemplate = System.IO.File.ReadAllText(sXMLFragmentPath + @"\MyXMLFragment.xml");
and I've also found that you can use this property:-...
I'm sure this is a pretty basic question with an easy answer but I'm a C# beginner and I'm struggling with it...
I've added an XML fragment to my solution and I've noticed that the file is copied into the bin/debug folder and gets copied into bin/release when I do a build. I have the "Copy To...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.