Hi,

I am working on creating Excel charts programmatically using Excel inter-op Assemblies (12.0.0.0), the code builds and runs fine on a machine with office 2007. And the same code when running on some other machine having office 2003 (i.e. Excel inter-op Assembly (11.0.0.0) builds successfully but produces below exceptions at runtime. Please let me know if I am missing anything. Any suggestions on this will be appreciated.


Unhandled Exception: System.Runtime.InteropServices.COMException (0x800A03EC): E
xception from HRESULT: 0x800A03EC
at Microsoft.Office.Interop.Excel._Chart.set_HasTitle(Boolean RHS)