Hello:

I want to implement an ASP spell-checker using DCOM.  I can get the
winword.exe instance to open on the server.  Immediately after the
process starts it pegs the server and I get the following error:

"There is insufficient memory. Save the document now."

Here is a snippet of the code:

Set wdApplication = CreateObject("Word.Application") 
wdApplication.Application.Visible = False 
Set wdDocument = wdApplication.Documents.Add

The error message says to check this third line.  After a few seconds
the process will settle down, but the instance will not go away until I
kill it.

Any ideas would be greatly appreciated?

Thanks in advance...
Brian

------
You are subscribed as [EMAIL PROTECTED]
Web Interface: 
http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=nt2000&text_mode=&lang=english
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to