N
Nikolay I.Nikolskiy
Hi!
I have the following problem.
I need to open and read data from Excel.2003 file from ASP.NET web page.
To open Excel I use the following code:
Excel.Application myExcel = new Excel.Application();
....
myExcel.Quit();
myExcel = null;
It is loading EXCEL.EXE into memory, but Quit() does not unload it .
It was ok when I did the same from ASP page.
Could someone help?
Thank you, Nikolay.
I have the following problem.
I need to open and read data from Excel.2003 file from ASP.NET web page.
To open Excel I use the following code:
Excel.Application myExcel = new Excel.Application();
....
myExcel.Quit();
myExcel = null;
It is loading EXCEL.EXE into memory, but Quit() does not unload it .
It was ok when I did the same from ASP page.
Could someone help?
Thank you, Nikolay.