Hi,
I've developed a composite DLL. This Control creates an
instance on a library (which is DLL). I
used "CoMarshalInterThreadInterfaceInStream" to marshal
this instance to a different thread. Marshaling returns 0
i.e. successful.
But When I tried to unmarshal it in the thread. it returns
-2147352568 (0x80020008). I found in MSDN that this error
is a bug in Microsoft product. So does anyone have any
suggestion for this error?
Anand