K
Krishnan
Hi,
Am having a .Net object which has a COM object as one of its properties and
hence normal serialization of the .Net object for StateServer held session
doesn't work. To get over this, I implemented ISerializable. However, am not
able to debug through the GetObjectData or the custom constructor of
ISerializable. Could somebody let me know if the IDE allows you to step
through the code? Also, I do not get the error immediately after I put the
object in session. I reckon that the runtime delays serialization until
necessary. Is it true?
Thanks
Krishnan
Am having a .Net object which has a COM object as one of its properties and
hence normal serialization of the .Net object for StateServer held session
doesn't work. To get over this, I implemented ISerializable. However, am not
able to debug through the GetObjectData or the custom constructor of
ISerializable. Could somebody let me know if the IDE allows you to step
through the code? Also, I do not get the error immediately after I put the
object in session. I reckon that the runtime delays serialization until
necessary. Is it true?
Thanks
Krishnan