M
Mullin Yu
am i right that if i set the Advanced Build property of the xml file to be
"Embedded Resource"?
do i mean that i don't need to copy the xml file when deployment?
the following is my coding:
Stream xmlStream =
Assembly.GetExecutingAssembly().GetManifestResourceStream("SynESDForm.SynESD
Form.xml");
XmlDocument xmlDoc = new XmlDocument();
//xmlDoc.Load("SynESDForm.xml");
xmlDoc.Load(xmlStream);
"Embedded Resource"?
do i mean that i don't need to copy the xml file when deployment?
the following is my coding:
Stream xmlStream =
Assembly.GetExecutingAssembly().GetManifestResourceStream("SynESDForm.SynESD
Form.xml");
XmlDocument xmlDoc = new XmlDocument();
//xmlDoc.Load("SynESDForm.xml");
xmlDoc.Load(xmlStream);