System.Messaging namespace missing in VB.NET?  
Author Message
Ro





PostPosted: Sat Feb 12 22:23:25 CST 2005 Top

Dotnet >> System.Messaging namespace missing in VB.NET? After spending a little time reading the documentation, I attempted to add
some messaging code to my VB.Net project, only to discover that I couldn't
get past my

Imports System.Messaging

statment because the System.Messaging namespace is missing. Did I fat
finger it into oblivion without knowing it, or is this a known issue? Any
suggestions on how to fix this, in any case?

Any help appreciated...

DotNet212  
 
 
Imran





PostPosted: Sat Feb 12 22:23:25 CST 2005 Top

Dotnet >> System.Messaging namespace missing in VB.NET? You probably need to add a reference to the System.Messaging.dll dll from
Project --> Add Reference.. --> .NET

Imran.

"ptdaw" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> After spending a little time reading the documentation, I attempted to
> add
> some messaging code to my VB.Net project, only to discover that I couldn't
> get past my
>
> Imports System.Messaging
>
> statment because the System.Messaging namespace is missing. Did I fat
> finger it into oblivion without knowing it, or is this a known issue? Any
> suggestions on how to fix this, in any case?
>
> Any help appreciated...