I am using Windows 8 Pro, C # and .NET 4.5
I use MSMQ to read or view or send a message on a REMOTE machine, but this leads to the BSOD operating system ...
Locally there is no problem, but only when I try to access a remote machine with msmq by code.
Code works fine under XP / Seven and Server 2008/2012
Here is a small example:
var messageQueue = new MessageQueue(string.Concat("FormatName:DIRECT=", addressType, ":", _queueServer, @"\private$\", _queueName), false, false, QueueAccessMode.Receive); messageQueue.Receive() => BSOD!!!
Does anyone have a correction or explanation?
Thanks,
Sincerely.
dnx
source share