Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about C# OOPS Pin
Guffa29-Feb-08 0:11
Guffa29-Feb-08 0:11 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd29-Feb-08 0:31
professionalVimalsoft(Pty) Ltd29-Feb-08 0:31 
AnswerRe: Question about C# OOPS Pin
Guffa29-Feb-08 4:29
Guffa29-Feb-08 4:29 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd2-Mar-08 19:26
professionalVimalsoft(Pty) Ltd2-Mar-08 19:26 
GeneralExcel.exe remains in the Task Manager Pin
SeeSharp28-Feb-08 20:15
SeeSharp28-Feb-08 20:15 
GeneralRe: Excel.exe remains in the Task Manager Pin
Laddie28-Feb-08 20:21
Laddie28-Feb-08 20:21 
GeneralRe: Excel.exe remains in the Task Manager Pin
SeeSharp28-Feb-08 20:54
SeeSharp28-Feb-08 20:54 
GeneralRe: Excel.exe remains in the Task Manager Pin
Laddie28-Feb-08 21:03
Laddie28-Feb-08 21:03 
You are trying to release only the excel object. Whcih actually houses the workbook object which again houses the sheet objects.

Just by releasing the excel object the other object may not be releases and the excel object remains in the memory.

If you can have a look in this article by antony100
(http://www.codeproject.com/KB/office/ReleaseExcelObject.aspx)
He is calling the Marshal.ReleaseComObject(Reference); against workbooks then against the excel object.


You will need to do the same to get the excel disposed from the mem.

Thanks
Laddie


Kindly rate if the answer was helpful

Questionhow to get this employee id Pin
sugunavathysubramanian28-Feb-08 20:05
sugunavathysubramanian28-Feb-08 20:05 
AnswerRe: how to get this employee id Pin
Vasudevan Deepak Kumar29-Feb-08 19:32
Vasudevan Deepak Kumar29-Feb-08 19:32 
Questionhow to pass argument via linkbutton in grid view Pin
sugunavathysubramanian28-Feb-08 20:00
sugunavathysubramanian28-Feb-08 20:00 
AnswerRe: how to pass argument via linkbutton in grid view Pin
Laddie28-Feb-08 20:12
Laddie28-Feb-08 20:12 
GeneralRe: how to pass argument via linkbutton in grid view Pin
sugunavathysubramanian28-Feb-08 20:34
sugunavathysubramanian28-Feb-08 20:34 
AnswerRe: how to pass argument via linkbutton in grid view Pin
Soumini Ramakrishnan29-Feb-08 21:04
Soumini Ramakrishnan29-Feb-08 21:04 
GeneralAny one knows how to encrypt, decrypt jpeg images in c#.net Pin
sudhakar7928-Feb-08 19:46
sudhakar7928-Feb-08 19:46 
QuestionIs passing an object by Type more effecient? Pin
Richard Blythe28-Feb-08 19:22
Richard Blythe28-Feb-08 19:22 
AnswerRe: Is passing an object by Type more effecient? Pin
Roger Alsing28-Feb-08 20:36
Roger Alsing28-Feb-08 20:36 
AnswerRe: Is passing an object by Type more effecient? Pin
Vikram A Punathambekar28-Feb-08 22:47
Vikram A Punathambekar28-Feb-08 22:47 
QuestionHow to update values of combobox in datagridview when new row inserted? Pin
avtar11128-Feb-08 19:16
avtar11128-Feb-08 19:16 
GeneralRe: How to update values of combobox in datagridview when new row inserted? Pin
Elina Blank1-Mar-08 11:23
sitebuilderElina Blank1-Mar-08 11:23 
GeneralPrint Panel Control Pin
D i x y28-Feb-08 18:32
D i x y28-Feb-08 18:32 
AnswerRe: Print Panel Control Pin
Ravi Bhavnani28-Feb-08 19:02
professionalRavi Bhavnani28-Feb-08 19:02 
GeneralRe: Print Panel Control Pin
Richard Blythe28-Feb-08 19:08
Richard Blythe28-Feb-08 19:08 
GeneralRe: Print Panel Control Pin
mychibex6-May-10 8:47
mychibex6-May-10 8:47 
GeneralHard Disk Serial Number Pin
M Riaz Bashir28-Feb-08 18:29
M Riaz Bashir28-Feb-08 18:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.