M
Meena Bhashyam
Hi,
I am trying to open a wordml document using the following code:
Dim xmlDoc As New XmlDocument
xmlDoc.Load("D:\VisualStudioProjects\TestXML\TestXML\bin\HelloWorld.xml.doc")
Response.ContentType = "application/word"
Response.WriteFile(xmlDoc.OuterXml)
All I get back is a WebForm.aspx web form, with the word ml written out on
it. What am I doing wrong? Any help is appreciated.
Thanks,
Meena
I am trying to open a wordml document using the following code:
Dim xmlDoc As New XmlDocument
xmlDoc.Load("D:\VisualStudioProjects\TestXML\TestXML\bin\HelloWorld.xml.doc")
Response.ContentType = "application/word"
Response.WriteFile(xmlDoc.OuterXml)
All I get back is a WebForm.aspx web form, with the word ml written out on
it. What am I doing wrong? Any help is appreciated.
Thanks,
Meena