Error reading word doc using Micorsoft.Office.Interop(Object library) via IIS 7

后端 未结 3 878
别跟我提以往
别跟我提以往 2020-12-07 00:27

Iam facing issue while reading the document when runnning code from IIS. It is not reading the document and throwirng an error \"No document is opne when trying to save the

3条回答
  •  遥遥无期
    2020-12-07 00:45

    could be due to security setting, check this http://support.microsoft.com/kb/257757/en-us. Not a good idea to use interop on server, you may look at other option like openxml sdk

提交回复
热议问题