hello everybody,
i have done a coding(com add-in) in visual basic to read the core.xml file from the doucment.
Private
pack = System.IO.Packaging.Package.Open(nam, IO.FileMode.Open, IO.FileAccess.ReadWrite)
xdoc.Load(packpart.GetStream(IO.FileMode.Open))
MessageBox.Show(xdoc.InnerXml.ToString())
i dont what is wrong in this but iam not getting any message. could anyone help me with this.
Thank you.