doc.save保存出现错误

string templateFile = Server.MapPath("~/test.docx");
string saveDocFile = Server.MapPath("~/生成带图片表单" + DateTime.Now.ToString("yyyyMMddhhmmss") + ".doc");

            Aspose.Words.Document doc = new Aspose.Words.Document(templateFile);
            doc.Save(saveDocFile);//保存

                            doc.save()报错:索引和计数必须引用该字符串内的位置。

参数名: destinationIndex

哪位大神指导下 谢谢

doc.save() 索引和基数必须引用该字符串内的位置 不知道什么原因 请大神们 多多指导下