|
Home > Archive > Web Servers General Talk > March 2005 > MSMQ - Strange Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MSMQ - Strange Error
|
|
| axion_sa 2005-03-28, 2:23 pm |
| Hey there,
I've got a weird issue cropping up with MSMQ. Basically, I've created a custom queue monitoring class (that raises events on message receival). I tested this class using a windows application and all monitoring happened happily.
However, the strange issue comes when integrating the above class into a separate process that will eventually be ASP.Net based.
The test bed for procedures runs through a console app, and everything runs fine until the following code line is executed, at which point I receive the error "A workgroup installation computer does not support the operation.".
Message[] messages = _monitoredQueue.GetAllMessages();
The computer it's running on is Win XP Pro (standalone).
Any ideas, pointers and so forth?
Thanks, | |
| axion_sa 2005-03-29, 12:12 am |
| quote: Originally posted by axion_sa
Hey there,
I've got a weird issue cropping up with MSMQ. Basically, I've created a custom queue monitoring class (that raises events on message receival). I tested this class using a windows application and all monitoring happened happily.
However, the strange issue comes when integrating the above class into a separate process that will eventually be ASP.Net based.
The test bed for procedures runs through a console app, and everything runs fine until the following code line is executed, at which point I receive the error "A workgroup installation computer does not support the operation.".
Message[] messages = _monitoredQueue.GetAllMessages();
The computer it's running on is Win XP Pro (standalone).
Any ideas, pointers and so forth?
Thanks,
Invalid path, by the looks of things [blush].
Resolved. |
|
|
|
|