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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top