I created a project that has OWC10 reference in c#. When I run it
from VS.Studio it works fine. However, when I copy the project to the
production server I get the error
"System.Runtime.InteropServices.COMException (0xE004002A): Exception
from HRESULT: 0xE004002A. at OWC10.SpreadsheetClass.Export(String
Filename, SheetExportActionEnum Action, SheetExportFormat Format)".

My first thought was that Interop.OWC10.dll is missing. But, the
OWC10 dll exists inside the bin directory. Any Idea on what I need to
do.

Thanks,

TM