I\'m running into the classic scenario where, when creating Word COM objects in .NET (via the Microsoft.Office.Interop.Word assembly), the WinWord process won\'t exit even t
does "oDocuments" have a .Dispose() or .Close() method? you're disposing of the other 2, but not this one.