Asp.net向word插入数据,始终有一winword.exe这个进程杀不了!

这是微软的一个bug,其实就是com组件的内存泄漏问题,微软有专门的解决方案的。
System.Runtime.InteropServices.Marshal.ReleaseComObject(wordApp   );

引文来源  Asp.net向word插入数据,始终有一winword.exe这个进程杀不了!