Object Nothing=System.Reflection.Missing.Value;
Object filename="c:\\modal.doc";
Object filename1="d:\\modal.doc";
Word.Application wordApp=new Word.ApplicationClass();
Word.Document wordDoc=wordApp.Documents.Add(ref Nothing,ref Nothing,ref Nothing,ref Nothing); wordDoc.SaveAs(ref filename1,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing);
wordDoc.Close(ref Nothing,ref Nothing,ref Nothing);
wordApp.Quit(ref Nothing,ref Nothing,ref Nothing);如果改成这样还有错吗!!如果分数不够可以加!!