读取word文档组件时报告如下错误,万般无奈,请高手指教!内存不足,请现在保存文档。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: 内存不足,请现在保存文档。Source Error: 
Line 114:
Line 115: object fileName = filepath.Replace("htm","doc");
Line 116: Word.Document doc = word.Documents.Open(ref fileName, ref missing,ref readOnly, 
Line 117: ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, 
Line 118: ref missing, ref missing, ref isVisible);
 Source File: e:\863web\公众信息\jdzf.aspx.cs    Line: 116