0

此代码在 Visual Studio 中调试时工作正常,但一旦发布到 IIS,文档始终为空。

templatePath = __templatePathParameter;

object objTrue = true;

wordApplication= new Word.Application();

document = wordAplication.Documents.Add(ref templatePath, ref objEmpty, ref objEmpty, ref objTrue);

有任何想法吗?谢谢!

4

0 回答 0