Excel asp.net error : System.Runtime.InteropServices.COMException (0x80080005):

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi All!!

I have an application, which was up and running, suddenly it has
started giving an error msg:

System.Runtime.InteropServices.COMException (0x80080005): Server
execution failed

and sometimes

System.Runtime.InteropServices.COMException (0x80080005): HSRESULT
(something..)
Tried to debug and the problem looks like its in the below line:
Dim excApp As New Excel.Application

Please help !!

TIA..
 
Are you instantiating an instance of Excel on your web server? Do you have
Excel installed on your web server?
 
Back
Top