Are you relying on Microsoft Excel API on the server? If so that could explain the error since excel is not designed to work well in a server environment. there are 3rd party options available and there is a free option called NPOI if I remember right that
allows you to do excel manipulation and exports on the server. .
Jeev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.
Jeev
All-Star
24182 Points
3719 Posts
Re: Exporting to EXCEL Spreadsheet not working on Deployment Server
Jun 13, 2011 02:10 PM|LINK
Are you relying on Microsoft Excel API on the server? If so that could explain the error since excel is not designed to work well in a server environment. there are 3rd party options available and there is a free option called NPOI if I remember right that allows you to do excel manipulation and exports on the server. .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.