c#System.Runtime.InteropServices.COMException:错误代码:0x800a03ec无法访问文件

时间:2017-06-09 03:00:05

标签: c#

这里我试图使用COM在特定路径上保存excel文件。 在本地服务器中,它正在工作,但是当我使用IIS服务器运行asp.net Web应用程序时,它会显示一个错误消息,如标题所示。

string selected_sheet = 
DropDownList1.SelectedValue.Remove(DropDownList1.SelectedValue.IndexOf("$"));            
string path = Server.MapPath("~/Data/");
xlWorkBook.SaveAs(path + selected_sheet);

0 个答案:

没有答案