|
-
September 3rd, 2002, 04:22 PM
#1
MSMQ - 'using System.Messaging' dont exist?
I started a simple C# console to test MSMQ stuff, following MSDN example I start by includding
using System;
using System.Messaging;
I get the error 'Messaging does not exist in System namespace'
But it is documented and everything. What am I missing?
thanks,
GG
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|