Microsoft.Office.Interop.Excel.ChartObject.Copy 上出现未指定错误(HRESULT 异常:0x80004005 (E_FAIL))
我正在使用 Microsoft.Office.Interop.Excel,使用 Asp.net 将 excel 图表复制到 power point 中。 它在 Visual stdio IDE 中工作正常,但当我将它部署在服务器上时。 它给出了一个错误, 未指定的错误(来自 HRESULT 的异常:0x80004005 (E_FAIL))
此错误由代码在复制 charobject 时生成,只有数据复制完全正常。
问题出在 Chartobject.copy() 函数上。 我用谷歌搜索了很多,但没有给出任何结果 请帮我。
莫阿扎姆
i am working with Microsoft.Office.Interop.Excel, to copy excel chart into power point using Asp.net.
It works fine in visual stdio IDE but as i I deploy it on server.
it gives an error ,
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
this erorr generted by code when it copies the charobject ,Only data copies perfectly fine.
problem is with chartobject.copy() function.
I googled alot but it gives nothing
please help me.
Moazzam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MS 在服务器端方案(如 ASP.NET 或 Windows 服务)中不支持 Office 互操作 - 请参阅 http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
对于 Excel 文件的服务器端处理,您需要使用一些第 3 方库 - 有几个可用的免费和商业库:
Office interop is NOT supported by MS in server-side scenarios (like ASP.NET or Windows Service) - see http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
For server-side handling of Excel files you will need to use some 3rd-party library - there are several free and commercial libraries available: