c# - Excel don't created on local server HRESULT 0x800A03EC -
c# - Excel don't created on local server HRESULT 0x800A03EC -
i made programme copies gridview
excel. worked on localhost. published on local network still opens pages etc. gets stuck on defining workbook
microsoft.office.interop.excel.workbook wbook = excel.workbooks.add(system.reflection.missing.value);
and gives system.runtime.interopservices.comexception (0x800a03ec)
error.
i tried different solutions found net (creating desktop folder in systemprofile system.runtime.interopservices.comexception (0x800a03ec), through administrator windows 7 .net excel .saveas() error exception hresult: 0x800a03ec) didn't solve problem.
c# asp.net excel hresult
Comments
Post a Comment