the memory could not be read

  • Thread starter Thread starter mamin
  • Start date Start date
M

mamin

I'm releasing my com object as follows:
System.Runtime.InteropServices.Marshal.ReleaseComObject(o)
and then messagebox occures:
The instruction as "0x77ab193d" referenced memory at "0x0207da34". The
memory could not be "read".
What to do with it?
 
Mamin,

Is it possible that you have already released the object?
 
Back
Top