Reading an XML file compiled in a project ???

  • Thread starter Thread starter jkruger
  • Start date Start date
J

jkruger

I have an XML file of data that never changes. So instead
of shipping this file, I would like to add it to the
project in Visual Studio and embed it in the assembly, and
then read the file in from the assembly. Is this possible?

Jon
 
Back
Top