C
chembeti.aravind
Hi,
I have a C# Windows Form based application that has to create hundreds
of excel files. (At least some 500. This is minimum.)
When I ran this application, it threw "Out of memory exception" after
creating some 55 files.
Code calls all relevent APIs (Quit, Marshal.ReleaseComObject, etc and
finally excel application was set to null.). But still I get this
problem.
I observed, calling Quit and setting to null, does not immediately
delete Excel.Exe from Task Manager.
Any ideas would be greatly appreciated.
Thanks in advance,
Aravind
I have a C# Windows Form based application that has to create hundreds
of excel files. (At least some 500. This is minimum.)
When I ran this application, it threw "Out of memory exception" after
creating some 55 files.
Code calls all relevent APIs (Quit, Marshal.ReleaseComObject, etc and
finally excel application was set to null.). But still I get this
problem.
I observed, calling Quit and setting to null, does not immediately
delete Excel.Exe from Task Manager.
Any ideas would be greatly appreciated.
Thanks in advance,
Aravind