J
Josema
Hi to all,
I have a windows application that uses workbooks, sheets, ranges, etc...
This application is consumed by few clients.
Some weeks ago I had problems to kill excel.exe process but i solve with
this sentence:
System.Runtime.InteropServices.Marshal.ReleaseComObject(o);
where o is a com object (excel sheet, or workbook, etc...).
Now i start to work with Charts in excel and i used the object ChartObject
to get the chart that im interested. The case is that using the
ReleaseComObject the excel process is not killed, and i dont know if this
ChartObject instances more Com objects that i have to release.
Anybody knows how could i solve it.
I have a windows application that uses workbooks, sheets, ranges, etc...
This application is consumed by few clients.
Some weeks ago I had problems to kill excel.exe process but i solve with
this sentence:
System.Runtime.InteropServices.Marshal.ReleaseComObject(o);
where o is a com object (excel sheet, or workbook, etc...).
Now i start to work with Charts in excel and i used the object ChartObject
to get the chart that im interested. The case is that using the
ReleaseComObject the excel process is not killed, and i dont know if this
ChartObject instances more Com objects that i have to release.
Anybody knows how could i solve it.