直接用WORD.Quit(),Word=null.即可。
当然也可以利用API捕捉钩子,然后进行释放

解决方案 »

  1.   

    call System.Runtime.InteropServices.Marshal.ReleaseComObject on all object references, and set the refrences to null, call App.Quit(), in the worst case, call  GC.Collect() method and see
    PRB: Office Application Does Not Quit After Automation from Visual Studio .NET Client
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;317109
      

  2.   

    再问一句,不同的Word版本调用的方法不一样,我调用的是Word 11.0能不能在其他word版本中应用