55 pts.
 How to create Excel objects from ASP.NET
hi can any clarify my doubt as described below. i have created object for excel in asp.net on executing the line of code "excel.workbooks.add()" i am getting following error, ""Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005."

Software/Hardware used:
ASKED: October 17, 2008  6:21 AM
UPDATED: October 18, 2008  9:31 AM

Answer Wiki:
Have you got excel installed on your web server? The 80070005 error is one I've usually seen as meaning that the system can't find an object. You are unlikely to successfully launch an application on a client machine partly for security reasons. I have done sometimes in our network but only because I can state the exact location of the program on the client and can launch it through a scripted command.
Last Wiki Answer Submitted:  October 18, 2008  9:31 am  by  Jrubinstein   70 pts.
All Answer Wiki Contributors:  Jrubinstein   70 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _