Opening Excel from Web

G

Guest

I have a web application, it opens up excel when you click on a button. It
works fine on my local machine. But when I upload the application to the
server, i get this error message:

COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not
valid or not registered

Do I need to install Microsoft Office in my production server?
Is there anyway to bypass it? and allow client machines to open the excel
file if they have microsoft office?
 
G

Guest

Hi Jane

If you want to do the same thing , Use client side scripts and Excel object
model to get this one. In case, if you will do in Code Behind pages, it will
always like to check the excel in the production server

hope this helps you

Nishith
 
G

Guest

I'm doing this from code behind....
how can Imake it so it opens up from the client side?
 

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

Top