G
Guest
Hi! All,
I am using a ASP.NEt application, wherein i am automating Execl object. I
am not able to destroy the instance, eve if I write this to destroy the
instance of Excel. Please find the code below
GC.Collect(0);
myBook.Close(null,null,null);
myApp.Workbooks.Close();
myApp.Quit();
mySheet = null;
myBook = null;
myApp = null;
I am using a ASP.NEt application, wherein i am automating Execl object. I
am not able to destroy the instance, eve if I write this to destroy the
instance of Excel. Please find the code below
GC.Collect(0);
myBook.Close(null,null,null);
myApp.Workbooks.Close();
myApp.Quit();
mySheet = null;
myBook = null;
myApp = null;