Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DMFW62

    How to read from a file referenced within a solution?

    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:-...
  2. DMFW62

    How to read from a file referenced within a solution?

    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...

Part and Inventory Search

Back
Top