c# - MSMQ causes Windows 8 to crash with a BSOD -


i use windows 8 pro, c# , .net 4.5

i use msmq read or peek or send message on remote machine causes operating system bsod...

locally there no problem when try access remote machine msmq code.

the code works under xp/seven , server 2008/2012

here little sample :

var messagequeue = new messagequeue(string.concat("formatname:direct=", addresstype, ":", _queueserver, @"\private$\", _queuename), false, false, queueaccessmode.receive);  messagequeue.receive() => bsod!!! 

do has fix or explanation?

thank you,

kind regards.

if go c:\windows\minidump

then open *.dmp file "debugging tools windows"

that should give more insight nature of issue.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -