The information in this article applies to:
SYMPTOMSWith Microsoft Message Queue Server (MSMQ), there is an intermittent failure of MSMQQueue.Receive where eventually Receive fails with MQ_ERROR_INVALID_PARAMETER (0xC00E0006). The error message would look like the following:
CAUSEMicrosoft Message Queue Server prematurely unloads Mtxdm.dll. RESOLUTION
Explicitly call the LoadLibrary API function for Mtxdm.dll when your program begins execution. Keep a reference to this library in your code and free this reference with FreeLibrary API function when your program ends. This will keep the DLL loaded in memory. To do this, complete the following steps:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Additional query words:
Keywords : kbMSMQ kbMSMQ100bug kbDSupport |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |