Hi android,
> I am trying to use the following code to create an instance of Microsoft Word
> and then free it.
For a Word Application object, you need quit its instance first:
..
finally
{
wordApplicationObject.Quit();
Marshal.ReleaseComObject(wordApplicationObject);
}
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------