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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top