terça-feira, 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.


0 comentários: