G
Guest
Hello,
I am writing c# web application with Excel 2000.
I have Excel 2000 install at my workstation, but not at the web server.
My code is:
Excel.Application EXL;
EXL = new Excel.Application(); --> This row return the following error at
the web server:
COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not
valid or not registered.
We don't want to install Excel at the web server. What should be done?
Thank you.
I am writing c# web application with Excel 2000.
I have Excel 2000 install at my workstation, but not at the web server.
My code is:
Excel.Application EXL;
EXL = new Excel.Application(); --> This row return the following error at
the web server:
COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not
valid or not registered.
We don't want to install Excel at the web server. What should be done?
Thank you.