Hi
document.Save(wordfilename.ToString(), SaveFormat.Doc, SaveType.OpenInBrowser, monresponse);
This statement is not working on machine with word 2003. It runs for a wile the hourglass appears and i can see the word loaded in taskmanager but the document is not opening. Is there a different syntax for word 2003
I tried this.syntax But this is always prompting a "Open / Save / cancel " dialog
monresponse.ContentType = "application/msword";
document.Save(wordfilename.ToString(), SaveFormat.Doc, SaveType.openInWord, monresponse);
Thanks
Venkat