P
papettip
I' ve installed the msmq extension copying the cab file to the device
and after running it and installing on the device memory.
i create a sample application like this:
if (!msmq.MessageQueue.Exists(".\private$\mobile"))
{
myQueue = msmq.MessageQueue.Create(".\private$\mobile");
}
else
{
myQueue = new msmq.MessageQueue(".\private$\mobile");
}
but i receive and exception : "queue service messages is not
available"
Whats wrong ?
thanks.
and after running it and installing on the device memory.
i create a sample application like this:
if (!msmq.MessageQueue.Exists(".\private$\mobile"))
{
myQueue = msmq.MessageQueue.Create(".\private$\mobile");
}
else
{
myQueue = new msmq.MessageQueue(".\private$\mobile");
}
but i receive and exception : "queue service messages is not
available"
Whats wrong ?
thanks.