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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -