D
Deepak Kumar Vasudevan
Hi:
After following up the steps in http://support.microsoft.com/default.aspx?scid=kb;EN-US;288367[^], I encounter the following issues:
(*)Spurious Instances of Winword.EXE (Owned by OfficeAutomationUser) in TaskManager, even after we null the class objects and call WordApplication.Quit() and ensuring that this method is called even if encounters exception.
(*)Microsoft Outlook now fails to load 'New Message Editor' if 'Word 2003' is chosen and Default Editor for Mail. I have to uncheck it to enable the same.
(*)If I give ASP.NET permission to launch Word, the first line of creating a Word Object instance passes but subsequent lines fail with the message:
There is insufficient memory. Save the document now.
The relevant lines from the stack trace are below:
COMException (0x800a13e9): There is insufficient memory. Save the document now.]
Microsoft.Office.Interop.Word.Documents.Add(Object& Template, Object& NewTemplate, Object& DocumentType, Object& Visible) +0
Deepak
After following up the steps in http://support.microsoft.com/default.aspx?scid=kb;EN-US;288367[^], I encounter the following issues:
(*)Spurious Instances of Winword.EXE (Owned by OfficeAutomationUser) in TaskManager, even after we null the class objects and call WordApplication.Quit() and ensuring that this method is called even if encounters exception.
(*)Microsoft Outlook now fails to load 'New Message Editor' if 'Word 2003' is chosen and Default Editor for Mail. I have to uncheck it to enable the same.
(*)If I give ASP.NET permission to launch Word, the first line of creating a Word Object instance passes but subsequent lines fail with the message:
There is insufficient memory. Save the document now.
The relevant lines from the stack trace are below:
COMException (0x800a13e9): There is insufficient memory. Save the document now.]
Microsoft.Office.Interop.Word.Documents.Add(Object& Template, Object& NewTemplate, Object& DocumentType, Object& Visible) +0
Deepak