locked
MSMQ - Generic System.Messaging.MessageQueueException - no error message RRS feed

  • Question

  • Hello

    I have an error with msqueue that cannot be fixed
    I use msqueue to transfer data between my services.
    I'm still using fine, no errors, but recently on the computer (computer dev) appears the error as below.

    The error only occurs when connecting to my server, connecting to local msqueue is not an error

    System.Messaging.MessageQueueException (0x80004005)   at System.Messaging.MessageQueue.MQCacheableInfo.get_ReadHandle()   at System.Messaging.MessageEnumerator.get_Handle()   at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout)   at System.Messaging.MessageEnumerator.MoveNext()   at Commom.MsQueue`1.<Run>b__15_0(Object x) in D:\Projects\SuperMouse\Commom\MsQueue.cs:line 53

    I tried on another computer, the error does not appear, the error only appears on my computer.
    I recently updated windows 10 to 1909 version. I am thinking error at patch for msqueue.
    Can anyone suggest any solutions to this problem. Thanks

    P/S: 

    I tried using this project: github. com/Experimental.System.Messaging
    I debug to method UnsafeNativeMethods.MQOpenQueue then result -1072824319 (0xC00E0001)



    Friday, March 20, 2020 10:57 AM

Answers

  • I'd try asking for help over here.

    windows-wcf - Microsoft Q&A

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Tuesday, January 5, 2021 11:49 PM