23 de junho de 2009

MSMQ: Message Queue Cannot find a formatter capable of reading this message.

Solution: Define a formatter for example of type string
queue = new MessageQueue(quequeName);
queue.Formatter = new XmlMessageFormatter(new string[] { "System.String" });

use this when writting and reading.


Sem comentários:

LinkWithin

Related Posts with Thumbnails