Hi all,

We have a .NET application running on a Windows CE 5.0 device based on
Intel IXP425 (ARM) processor.

This application works properly doing periodic transmissions to a
MessageQueue until one of those transmissions fails.

The MessageQueue.Send() instruction returns a MessageQueueException
with exception error code=3D -2147467259 (0x80004005).

The queue condition at this moment seems to be ok and up to this
moment the application has done more than 10000 sending operations
without any problem.

The error doesn=B4t seem to occur in a systematic way. Sometimes it can
take 15 days to occur and in other cases it can occur within the first
2 hours. The messages sent to this queue all this time are identical
or very similar to each other.

We would appreciate any information or suggestions.

Thanks in advance!

Jesus Gonzalez