System.Messaging namespace missing in VB.NET?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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...
 
You probably need to add a reference to the System.Messaging.dll dll from
Project --> Add Reference.. --> .NET

Imran.
 
Back
Top