R
Ron M. Newman
Hello .NET Sages,
Question.
What is the meaning of adding say, an XML file to a project, next to a .CS
file (not that it matters). Does that mean the XML file becomes a part of
the compiled assembly and I'll be able to refer to it from another
application that'll open up and use this assembly?
As you understand, this is my purpose. I'd like to have an assembly that
builds with fixed XML files that I'd like to access from an application
referring to this assembly. Is the way mentioned earlier the right way to do
so? How do I retrieve the file later?
Thanks
Ron
Question.
What is the meaning of adding say, an XML file to a project, next to a .CS
file (not that it matters). Does that mean the XML file becomes a part of
the compiled assembly and I'll be able to refer to it from another
application that'll open up and use this assembly?
As you understand, this is my purpose. I'd like to have an assembly that
builds with fixed XML files that I'd like to access from an application
referring to this assembly. Is the way mentioned earlier the right way to do
so? How do I retrieve the file later?
Thanks
Ron