In HIS IMSConnect environment, after receiving byte stream from
MainFrame, I used the
"Microsoft.HostIntegration.TI.AggregateConverter" class to unpack the
incoming IO stream to strong typed structure through the following
method:
Microsoft.HostIntegration.TI.AggregateConverter.UnpackIndependentStructure(Object
CallerLibraryReader, Object CompositeItemAnnotations, Object&
InputStructure, Object InputContainer, Int32& BufferLength)
and I got the following error message.
"Attempted to read or write protected memory. This is often an
indication that other memory is corrupt."
Does anyone know how to fix this issue?
thanks in advance.
Jason Ji