Re: Custom disassembler – wrong values of LastInterchangeMessage and InterchangeSequenceNumber properties

Home Page Forums BizTalk 2004 – BizTalk 2010 Custom disassembler – wrong values of LastInterchangeMessage and InterchangeSequenceNumber properties Re: Custom disassembler – wrong values of LastInterchangeMessage and InterchangeSequenceNumber properties

#23320

Managed to find what caused the problem: instead of cloning input
message’s context each time a new message is created I did it only once
– at the beginning of the Disassemble method, so different messages had
the same context as the last message in the Interchange.