G
Guest
In my web application(C#) . I am adding one excel sheet and then save and
closing that excel file. In the finally bloack i gave
Marshal.ReleaseComObject(clsExcel);
But when i go and see in the TaskManager --> Processes Tab its still having
that Excel.exe. If i opened more than one excel sheet and do these operations
then more than one Excel.exe is displaying in the list.
Please any one give me the solution for this issue.
closing that excel file. In the finally bloack i gave
Marshal.ReleaseComObject(clsExcel);
But when i go and see in the TaskManager --> Processes Tab its still having
that Excel.exe. If i opened more than one excel sheet and do these operations
then more than one Excel.exe is displaying in the list.
Please any one give me the solution for this issue.